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:
@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
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,
-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,
* 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