Tiny fix
* doc/snapshot.texi: Fix a typo * scripts/tar-snapshot-edit: Fix a typo
This commit is contained in:
committed by
Sergey Poznyakoff
parent
c90c6fee01
commit
f563b896cc
@@ -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 ]):
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user