Browse code

Spelling fix

git-svn: trunk@1674

Nigel Horne authored on 2005/08/01 20:30:59
Showing 1 changed files
... ...
@@ -21,6 +21,9 @@
21 21
  *
22 22
  * Change History:
23 23
  * $Log: untar.c,v $
24
+ * Revision 1.26  2005/08/01 11:30:59  nigelhorne
25
+ * Spelling fix
26
+ *
24 27
  * Revision 1.25  2005/03/22 21:26:27  kojm
25 28
  * add support for old fashioned tar archives
26 29
  *
... ...
@@ -97,7 +100,7 @@
97 97
  * First draft
98 98
  *
99 99
  */
100
-static	char	const	rcsid[] = "$Id: untar.c,v 1.25 2005/03/22 21:26:27 kojm Exp $";
100
+static	char	const	rcsid[] = "$Id: untar.c,v 1.26 2005/08/01 11:30:59 nigelhorne Exp $";
101 101
 
102 102
 #include <stdio.h>
103 103
 #include <errno.h>
... ...
@@ -282,7 +285,7 @@ cli_untar(const char *dir, int desc, unsigned int posix)
282 282
 			const int nwritten = fwrite(block, 1, (size_t)nbytes, outfile);
283 283
 
284 284
 			if(nwritten != nbytes) {
285
-				cli_errmsg("cli_untar: only wrote %d bytes to file %s (out of disk space?)\n",
285
+				cli_errmsg("cli_untar: only wrote %d bytes to file %s (out of disc space?)\n",
286 286
 					nwritten, fullname);
287 287
 				fclose(outfile);
288 288
 				return CL_EIO;