gzip: fix bug in unpack EOB check
[debian/gzip] / unzip.c
diff --git a/unzip.c b/unzip.c
index 9ef43db63731962b0678215af83ef640894a7ff1..867cdcc474d6acc46d8cb9fe412d14dfa156ec43 100644 (file)
--- a/unzip.c
+++ b/unzip.c
@@ -96,7 +96,7 @@ int check_zipfile(in)
     ext_header = (h[LOCFLG] & EXTFLG) != 0;
     pkzip = 1;
 
-    /* Get ofname and time stamp from local header (to be done) */
+    /* Get ofname and timestamp from local header (to be done) */
     return OK;
 }