summaryrefslogtreecommitdiff
path: root/java/util/jar/JarOutputStream.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/util/jar/JarOutputStream.java')
-rw-r--r--java/util/jar/JarOutputStream.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/util/jar/JarOutputStream.java b/java/util/jar/JarOutputStream.java
index 2c8c2f08d..46c71b38c 100644
--- a/java/util/jar/JarOutputStream.java
+++ b/java/util/jar/JarOutputStream.java
@@ -101,7 +101,7 @@ public class JarOutputStream extends ZipOutputStream
/**
* Prepares the JarOutputStream for writing the next entry.
- * This implementation just calls <code>super.putNextEntre()</code>.
+ * This implementation just calls <code>super.putNextEntry()</code>.
*
* @param entry The information for the next entry
* @exception IOException when some unexpected I/O exception occurred