fix javadoc errors

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1713026 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/main/java/org/apache/sling/commons/testing/integration/HttpTestBase.java b/src/main/java/org/apache/sling/commons/testing/integration/HttpTestBase.java
index 26a7468..0524fd6 100644
--- a/src/main/java/org/apache/sling/commons/testing/integration/HttpTestBase.java
+++ b/src/main/java/org/apache/sling/commons/testing/integration/HttpTestBase.java
@@ -416,7 +416,7 @@
     
     /** retrieve the contents of given URL and assert its content type
      * @param expectedContentType use CONTENT_TYPE_DONTCARE if must not be checked
-     * @param httMethod supports just GET and POST methods
+     * @param httpMethod supports just GET and POST methods
      * @throws IOException
      * @throws HttpException */
     public String getContent(String url, String expectedContentType, List<NameValuePair> params, int expectedStatusCode, String httpMethod) throws IOException {