- typos: s/compatability/compatibility/g;s/compatable/compatible/g;

This commit is contained in:
Bernhard Reutner-Fischer
2006-04-02 20:17:55 +00:00
parent 9457e70357
commit a1bccc0ba8
8 changed files with 9 additions and 9 deletions

View File

@ -44,7 +44,7 @@
/* Tar file constants */
# define TAR_MAGIC "ustar" /* ustar and a null */
# define TAR_VERSION " " /* Be compatable with GNU tar format */
# define TAR_VERSION " " /* Be compatible with GNU tar format */
#define TAR_BLOCK_SIZE 512
#define TAR_MAGIC_LEN 6