summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Hounsell <andrewhounsell@gmail.com>2018-04-07 11:07:57 +0300
committerSergey Poznyakoff <gray@gnu.org>2018-04-07 11:07:57 +0300
commitf563b896cca6e5d629f0336403438f9aaa944416 (patch)
tree38ef8742ce081e173a9c2d7608ee47c40fda4046
parentc90c6fee012e53a742ab99f50a28084511218128 (diff)
downloadtar-f563b896cca6e5d629f0336403438f9aaa944416.tar.gz
Tiny fix
* doc/snapshot.texi: Fix a typo * scripts/tar-snapshot-edit: Fix a typo
-rw-r--r--doc/snapshot.texi2
-rwxr-xr-xscripts/tar-snapshot-edit4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/snapshot.texi b/doc/snapshot.texi
index 8ebfb781..599742a7 100644
--- a/doc/snapshot.texi
+++ b/doc/snapshot.texi
@@ -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 ]):
diff --git a/scripts/tar-snapshot-edit b/scripts/tar-snapshot-edit
index d82e6487..f4d4dfc1 100755
--- a/scripts/tar-snapshot-edit
+++ b/scripts/tar-snapshot-edit
@@ -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;
}