]> Dogcows Code - chaz/tar/commitdiff
Fix typos (preceeded etc.)
authorAnders Jonsson <anders.jonsson@norsjovallen.se>
Sat, 25 Jul 2015 11:25:03 +0000 (13:25 +0200)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 25 Jul 2015 15:47:25 +0000 (08:47 -0700)
Copyright-paperwork-exempt: yes

ChangeLog.1
doc/snapshot.texi
doc/tar.texi
src/incremen.c

index db84a07c3d47ea72df3435aeb9dc21184098f113..5e17374c5cfa685c5bb6fed156ac4c15850cd932 100644 (file)
@@ -3186,7 +3186,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
        Reported by Jeffrey Goldberg.
 
        * rmt.h (_remdev): A filename is not remote if the colon is
-       preceeded by a slash, to take care of `/:/' which is a shorthand
+       preceded by a slash, to take care of `/:/' which is a shorthand
        for `/.../<CELL-NAME>/fs' on OSF's Distributing Computing
        Environment (DCE) and Distributed File System (DFS).
        Reported by Travis L. Priest.
index f57e55fea008b29b849365a57274e9a0c004055f..6e72df949c58eb018aa7dcf2d646a3c267542b43 100644 (file)
@@ -116,7 +116,7 @@ epoch.  These are followed by arbitrary number of directory records.
 particular directory.  Parts of a directory record are delimited with
 @acronym{ASCII} 0 characters.  The following table describes each
 part.  The @dfn{Number} type in this table stands for a decimal integer
-in @acronym{ASCII} notation.  (Negative values are preceeded with a "-"
+in @acronym{ASCII} notation.  (Negative values are preceded with a "-"
 character, while positive values have no leading punctuation.)
 
 @multitable @columnfractions 0.25 0.15 0.6
index 9cff066134ed011bfcba1e5d158da8f32e57e42b..fc3d046ad890e254686c08f4df7da38c613924ee 100644 (file)
@@ -7416,7 +7416,7 @@ However, empty lines are OK.
 When archiving directories that are under some version control system (VCS),
 it is often convenient to read exclusion patterns from this VCS'
 ignore files (e.g. @file{.cvsignore}, @file{.gitignore}, etc.)  The
-following options provide such possibilty:
+following options provide such possibility:
 
 @table @option
 @anchor{exclude-vcs-ignores}
@@ -8358,7 +8358,7 @@ Apply transformation to hard link targets.
 Do not apply transformation to hard link targets.
 @end table
 
-Default is @samp{rsh}, which means to apply tranformations to both archive
+Default is @samp{rsh}, which means to apply transformations to both archive
 members and targets of symbolic and hard links.
 
 Default scope flags can also be changed using @samp{flags=} statement
@@ -9473,7 +9473,7 @@ Using @option{--sparse-format} option implies @option{--sparse}.
 
 @node Attributes
 @section Handling File Attributes
-@cindex atrributes, files
+@cindex attributes, files
 @cindex file attributes
 
 When @command{tar} reads files, it updates their access times.  To
@@ -9744,7 +9744,7 @@ Although creating special records for hard links helps keep a faithful
 record of the file system contents and makes archives more compact, it
 may present some difficulties when extracting individual members from
 the archive.  For example, trying to extract file @file{one} from the
-archive created in previous examples produces, in the absense of file
+archive created in previous examples produces, in the absence of file
 @file{jeden}:
 
 @smallexample
@@ -10132,7 +10132,7 @@ describe the required procedures in detail.
 @node Split Recovery
 @subsubsection Extracting Members Split Between Volumes
 
-@cindex Mutli-volume archives, extracting using non-GNU tars
+@cindex Multi-volume archives, extracting using non-GNU tars
 If a member is split between several volumes of an old GNU format archive
 most third party @command{tar} implementation will fail to extract
 it.  To extract it, use @command{tarcat} program (@pxref{Tarcat}).
@@ -10147,7 +10147,7 @@ extract them using a third-party @command{tar}:
 $ @kbd{tarcat vol-1.tar vol-2.tar vol-3.tar | tar xf -}
 @end smallexample
 
-@cindex Mutli-volume archives in PAX format, extracting using non-GNU tars
+@cindex Multi-volume archives in PAX format, extracting using non-GNU tars
 You could use this approach for most (although not all) PAX
 format archives as well.  However, extracting split members from a PAX
 archive is a much easier task, because PAX volumes are constructed in
@@ -10161,7 +10161,7 @@ original name, and all subsequent parts are named using the pattern:
 @end smallexample
 
 @noindent
-where symbols preceeded by @samp{%} are @dfn{macro characters} that
+where symbols preceded by @samp{%} are @dfn{macro characters} that
 have the following meaning:
 
 @multitable @columnfractions .25 .55
@@ -10320,7 +10320,7 @@ $ @kbd{xsparse /home/gray/GNUSparseFile.6058/sparsefile}
 
 @noindent
 The program behaves the same way all UNIX utilities do: it will keep
-quiet unless it has simething important to tell you (e.g. an error
+quiet unless it has something important to tell you (e.g. an error
 condition or something).  If you wish it to produce verbose output,
 similar to that from the dry run mode, use @option{-v} option:
 
index e549bbd312a43529ead17d1e0d28a86223f479df..d73a7bb9fc42175a966735f71f9d3e20c57bb8d6 100644 (file)
@@ -1582,7 +1582,7 @@ dumpdir_ok (char *dumpdir)
          if (expect != 'T')
            {
              ERROR ((0, 0,
-                     _("Malformed dumpdir: 'T' not preceeded by 'R'")));
+                     _("Malformed dumpdir: 'T' not preceded by 'R'")));
              return false;
            }
          if (p[1] == 0 && !has_tempdir)
This page took 0.032627 seconds and 4 git commands to generate.