From a1bccc0ba82cc2eef117bb90cd33867df35ad33a Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Sun, 2 Apr 2006 20:17:55 +0000 Subject: - typos: s/compatability/compatibility/g;s/compatable/compatible/g; --- archival/tar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archival/tar.c') diff --git a/archival/tar.c b/archival/tar.c index ab4d1f266..9d0a7c5e4 100644 --- a/archival/tar.c +++ b/archival/tar.c @@ -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 -- cgit v1.2.3