Fix typos
diff --git a/src/main/java/org/apache/commons/fileupload2/FileItem.java b/src/main/java/org/apache/commons/fileupload2/FileItem.java
index 0a888b8..edd0bc0 100644
--- a/src/main/java/org/apache/commons/fileupload2/FileItem.java
+++ b/src/main/java/org/apache/commons/fileupload2/FileItem.java
@@ -195,7 +195,7 @@
      * be used for storing the contents of the file.
      *
      * @return An {@link java.io.OutputStream OutputStream} that can be used
-     *         for storing the contensts of the file.
+     *         for storing the contents of the file.
      *
      * @throws IOException if an error occurs.
      */
diff --git a/src/main/java/org/apache/commons/fileupload2/FileItemIterator.java b/src/main/java/org/apache/commons/fileupload2/FileItemIterator.java
index 5ec0617..462f7dc 100644
--- a/src/main/java/org/apache/commons/fileupload2/FileItemIterator.java
+++ b/src/main/java/org/apache/commons/fileupload2/FileItemIterator.java
@@ -52,7 +52,7 @@
 	 * By default, this value will be copied from the {@link FileUploadBase#getSizeMax()

 	 * FileUploadBase} object, however, the user may replace the default value with a

 	 * request specific value by invoking {@link #setSizeMax(long)} on this object.

-	 * @return The maximum size of the complete HTTP requqest. The value -1 indicates "unlimited".

+	 * @return The maximum size of the complete HTTP request. The value -1 indicates "unlimited".

 	 */

 	public long getSizeMax();