jdk/src/share/native/java/util/zip/zip_util.c
changeset 21278 ef8a3a2a72f2
parent 18223 35a5c2462991
child 22605 dba3d6b22818
--- a/jdk/src/share/native/java/util/zip/zip_util.c	Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/share/native/java/util/zip/zip_util.c	Tue Oct 29 17:01:06 2013 +0400
@@ -536,7 +536,7 @@
 
 /*
  * Reads zip file central directory. Returns the file position of first
- * CEN header, otherwise returns -1 if an error occured. If zip->msg != NULL
+ * CEN header, otherwise returns -1 if an error occurred. If zip->msg != NULL
  * then the error was a zip format error and zip->msg has the error text.
  * Always pass in -1 for knownTotal; it's used for a recursive call.
  */