From: Andrew Hounsell Date: Sat, 7 Apr 2018 08:07:57 +0000 (+0300) Subject: Tiny fix X-Git-Tag: release_1_31~28 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f563b896cca6e5d629f0336403438f9aaa944416;p=thirdparty%2Ftar.git Tiny fix * doc/snapshot.texi: Fix a typo * scripts/tar-snapshot-edit: Fix a typo --- 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; }