bug-tar
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-tar] Minor typo in tar-snapshot


From: Andrew Hounsell
Subject: [Bug-tar] Minor typo in tar-snapshot
Date: Mon, 2 Apr 2018 17:13:22 +0100

Hi,

I just wanted to report a really minor typo in tar. The help message for tar snapshot prints "shapshot file header" instead of "snapshot file header". Hopefully the diff below clarifies the typo, however let me know if you need any more info.

Thanks,
Andrew

$ git diff
diff --git a/doc/snapshot.texi b/doc/snapshot.texi
index 8ebfb78..599742a 100644
--- a/doc/snapshot.texi
+++ b/doc/snapshot.texi
@@ -147,7 +147,7 @@ is compiled.  To see the specific ranges allowed for a particular
address@hidden option:

address@hidden
-$ @kbd{tar --show-shapshot-field-ranges}
+$ @kbd{tar --show-snapshot-field-ranges}
 This tar's snapshot file field ranges are
    (field name      => [ min, max ]):

diff --git a/scripts/tar-snapshot-edit b/scripts/tar-snapshot-edit
index d82e648..33af6e6 100755
--- a/scripts/tar-snapshot-edit
+++ b/scripts/tar-snapshot-edit
@@ -409,7 +409,7 @@ sub check_field_values ($) {
     }
     if ( $msg ne "" ) {
        $error_found = 1;
-       print "\n    shapshot file header:\n";
+       print "\n    snapshot file header:\n";
        print $msg;
     }


reply via email to

[Prev in Thread] Current Thread [Next in Thread]