]> git.ipfire.org Git - thirdparty/tar.git/commitdiff
Tiny fix
authorAndrew Hounsell <andrewhounsell@gmail.com>
Sat, 7 Apr 2018 08:07:57 +0000 (11:07 +0300)
committerSergey Poznyakoff <gray@gnu.org>
Sat, 7 Apr 2018 08:07:57 +0000 (11:07 +0300)
* doc/snapshot.texi: Fix a typo
* scripts/tar-snapshot-edit: Fix a typo

doc/snapshot.texi
scripts/tar-snapshot-edit

index 8ebfb781688ca5819143c3a2cd0eda773533d324..599742a726a3965e33e96b7557a33414d78261f1 100644 (file)
@@ -147,7 +147,7 @@ is compiled.  To see the specific ranges allowed for a particular
 @option{--show-snapshot-field-ranges} option:
 
 @smallexample
-$ @kbd{tar --show-shapshot-field-ranges}
+$ @kbd{tar --show-snapshot-field-ranges}
 This tar's snapshot file field ranges are
    (field name      => [ min, max ]):
 
index d82e6487c1fed4958fd485a82922f0f0ac89ba44..f4d4dfc11d240cd2dccd91dd5d32f67dfe50d139 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl -w
 # Display and edit the 'dev' field in tar's snapshots
-# Copyright 2007, 2011, 2013-2014, 2016-2017 Free Software Foundation,
+# Copyright 2007, 2011, 2013-2014, 2016-2018 Free Software Foundation,
 # Inc.
 
 # This file is part of GNU tar.
@@ -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;
     }