summaryrefslogtreecommitdiff
path: root/libjava/java/util/jar/JarInputStream.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/java/util/jar/JarInputStream.java')
-rw-r--r--libjava/java/util/jar/JarInputStream.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/java/util/jar/JarInputStream.java b/libjava/java/util/jar/JarInputStream.java
index c63758e4daf..f077f1be6e9 100644
--- a/libjava/java/util/jar/JarInputStream.java
+++ b/libjava/java/util/jar/JarInputStream.java
@@ -75,7 +75,7 @@ public class JarInputStream extends ZipInputStream
* tries to verify all the entry signatures while reading.
*
* @param in InputStream to read the jar from
- * @param verify wheter or not to verify the manifest entries
+ * @param verify whether or not to verify the manifest entries
* @exception IOException when an error occurs when opening or reading
*/
public JarInputStream(InputStream in, boolean verify) throws IOException