Spelling fixes in lib/zlib.
[ira/wip.git] / lib / zlib / contrib / minizip / miniunz.c
index f599938884eb7e470d430857e362024d30c2e6b2..cf9a03b050ea430d19ad1868b3f392453609ca0a 100644 (file)
@@ -536,7 +536,7 @@ int main(argc,argv)
 #        endif
 
         strncpy(filename_try, zipfilename,MAXFILENAME-1);
-        /* strncpy doesnt append the trailing NULL, of the string is too long. */
+        /* strncpy doesn't append the trailing NULL, if the string is too long. */
         filename_try[ MAXFILENAME ] = '\0';
 
 #        ifdef USEWIN32IOAPI