From: Tobias Stoeckmann Date: Mon, 12 May 2025 08:22:52 +0000 (+0300) Subject: Fix typos X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=65228e9ba9fa2d4a419f7970d83b88e3aeeb45aa;p=thirdparty%2Ftar.git Fix typos Copyright-paperwork-exempt: Yes --- diff --git a/TODO b/TODO index 8d001157..0ca62b0b 100644 --- a/TODO +++ b/TODO @@ -25,7 +25,7 @@ Suggestions for improving GNU tar. It would be useful to be able to use '--remove-files' with '--diff', to remove all files that compare successfully, when verifying a backup. -* Add tests for the new functonality. +* Add tests for the new functionality. * Consider this: diff --git a/doc/tar.texi b/doc/tar.texi index 8e6fc307..3a8d6fea 100644 --- a/doc/tar.texi +++ b/doc/tar.texi @@ -4973,7 +4973,7 @@ Books, ISBN 1-56884-203-1.}. The two most common errors are: @enumerate @item -Mistakingly using @code{create} instead of @code{extract}, when the +Mistakenly using @code{create} instead of @code{extract}, when the intent was to extract the full contents of an archive. This error is likely: keys @kbd{c} and @kbd{x} are right next to each other on the QWERTY keyboard. Instead of being unpacked, the archive then diff --git a/lib/xattr-at.h b/lib/xattr-at.h index 82676726..07fe6941 100644 --- a/lib/xattr-at.h +++ b/lib/xattr-at.h @@ -51,7 +51,7 @@ int lsetxattrat (int dir_fd, const char *path, const char *name, const void *value, size_t size, int flags); /* dir-fd-relative getxattr. Operation gets the VALUE of the extended - attribute idenfified by NAME and associated with the given PATH in the + attribute identified by NAME and associated with the given PATH in the filesystem relatively to directory identified by DIR_FD. For more info about all parameters see the getxattr(2) manpage. */ ssize_t getxattrat (int dir_fd, const char *path, const char *name, diff --git a/src/tar.c b/src/tar.c index 414264cc..c58a19fa 100644 --- a/src/tar.c +++ b/src/tar.c @@ -472,7 +472,7 @@ The version control may be set with --backup or VERSION_CONTROL, values are:\n\n -n may become available in the future. */ -/* Option group idenitfiers help in sorting options by category: */ +/* Option group identifiers help in sorting options by category: */ enum { GRH_COMMAND, diff --git a/tests/star/README b/tests/star/README index 406b432e..fa891be6 100644 --- a/tests/star/README +++ b/tests/star/README @@ -45,7 +45,7 @@ format. * pax-big-10g.at -Requires pax-big-10g.tar.bz2. It tests handling pax (POSIX.1-2001) archves +Requires pax-big-10g.tar.bz2. It tests handling pax (POSIX.1-2001) archives containing very large files (in this case -- 10 GB). * quicktest.sh