fix type in test case javadoc
diff --git a/jsp/src/test/java/org/owasp/encoder/tag/EncodingTagTest.java b/jsp/src/test/java/org/owasp/encoder/tag/EncodingTagTest.java
index 10705ae..4f49e8b 100644
--- a/jsp/src/test/java/org/owasp/encoder/tag/EncodingTagTest.java
+++ b/jsp/src/test/java/org/owasp/encoder/tag/EncodingTagTest.java
@@ -54,7 +54,7 @@
protected MockHttpServletResponse _response;
/**
- * Contructor for the EncodingTagTest
+ * Constructor for the EncodingTagTest
* @param testName the name of the test
*/
public EncodingTagTest(String testName) {
diff --git a/jsp/src/test/java/org/owasp/encoder/tag/ForCDATATagTest.java b/jsp/src/test/java/org/owasp/encoder/tag/ForCDATATagTest.java
index e7f6f90..c8e3847 100644
--- a/jsp/src/test/java/org/owasp/encoder/tag/ForCDATATagTest.java
+++ b/jsp/src/test/java/org/owasp/encoder/tag/ForCDATATagTest.java
@@ -59,7 +59,7 @@
/**
* Test of doTag method, of class ForCDATATag.
* This is a very simple test that doesn't fully
- * excersize/test the encoder - only that the
+ * exercise/test the encoder - only that the
* tag itself works.
* @throws Exception is thrown if the tag fails.
*/
diff --git a/jsp/src/test/java/org/owasp/encoder/tag/ForCssStringTagTest.java b/jsp/src/test/java/org/owasp/encoder/tag/ForCssStringTagTest.java
index 7a79d40..0c9d6e8 100644
--- a/jsp/src/test/java/org/owasp/encoder/tag/ForCssStringTagTest.java
+++ b/jsp/src/test/java/org/owasp/encoder/tag/ForCssStringTagTest.java
@@ -59,7 +59,7 @@
/**
* Test of doTag method, of class ForCssStringTag.
* This is a very simple test that doesn't fully
- * excersize/test the encoder - only that the
+ * exercise/test the encoder - only that the
* tag itself works.
* @throws Exception is thrown if the tag fails.
*/
diff --git a/jsp/src/test/java/org/owasp/encoder/tag/ForCssUrlTagTest.java b/jsp/src/test/java/org/owasp/encoder/tag/ForCssUrlTagTest.java
index c787988..77936c3 100644
--- a/jsp/src/test/java/org/owasp/encoder/tag/ForCssUrlTagTest.java
+++ b/jsp/src/test/java/org/owasp/encoder/tag/ForCssUrlTagTest.java
@@ -59,7 +59,7 @@
/**
* Test of doTag method, of class ForCssUrlTag.
* This is a very simple test that doesn't fully
- * excersize/test the encoder - only that the
+ * exercise/test the encoder - only that the
* tag itself works.
* @throws Exception is thrown if the tag fails.
*/
diff --git a/jsp/src/test/java/org/owasp/encoder/tag/ForHtmlAttributeTagTest.java b/jsp/src/test/java/org/owasp/encoder/tag/ForHtmlAttributeTagTest.java
index 34d63fc..3c0c64f 100644
--- a/jsp/src/test/java/org/owasp/encoder/tag/ForHtmlAttributeTagTest.java
+++ b/jsp/src/test/java/org/owasp/encoder/tag/ForHtmlAttributeTagTest.java
@@ -59,7 +59,7 @@
/**
* Test of doTag method, of class ForHtmlAttributeTag.
* This is a very simple test that doesn't fully
- * excersize/test the encoder - only that the
+ * exercise/test the encoder - only that the
* tag itself works.
* @throws Exception is thrown if the tag fails.
*/
diff --git a/jsp/src/test/java/org/owasp/encoder/tag/ForHtmlContentTagTest.java b/jsp/src/test/java/org/owasp/encoder/tag/ForHtmlContentTagTest.java
index 9a9703c..ef6e389 100644
--- a/jsp/src/test/java/org/owasp/encoder/tag/ForHtmlContentTagTest.java
+++ b/jsp/src/test/java/org/owasp/encoder/tag/ForHtmlContentTagTest.java
@@ -59,7 +59,7 @@
/**
* Test of doTag method, of class ForHtmlContentTag.
* This is a very simple test that doesn't fully
- * excersize/test the encoder - only that the
+ * exercise/test the encoder - only that the
* tag itself works.
* @throws Exception is thrown if the tag fails.
*/
diff --git a/jsp/src/test/java/org/owasp/encoder/tag/ForHtmlTagTest.java b/jsp/src/test/java/org/owasp/encoder/tag/ForHtmlTagTest.java
index 9f73173..03897a7 100644
--- a/jsp/src/test/java/org/owasp/encoder/tag/ForHtmlTagTest.java
+++ b/jsp/src/test/java/org/owasp/encoder/tag/ForHtmlTagTest.java
@@ -59,7 +59,7 @@
/**
* Test of doTag method, of class ForHtmlTag.
* This is a very simple test that doesn't fully
- * excersize/test the encoder - only that the
+ * exercise/test the encoder - only that the
* tag itself works.
* @throws Exception is thrown if the tag fails.
*/
diff --git a/jsp/src/test/java/org/owasp/encoder/tag/ForHtmlUnquotedAttributeTagTest.java b/jsp/src/test/java/org/owasp/encoder/tag/ForHtmlUnquotedAttributeTagTest.java
index 4d1cae0..bce53a4 100644
--- a/jsp/src/test/java/org/owasp/encoder/tag/ForHtmlUnquotedAttributeTagTest.java
+++ b/jsp/src/test/java/org/owasp/encoder/tag/ForHtmlUnquotedAttributeTagTest.java
@@ -59,7 +59,7 @@
/**
* Test of doTag method, of class ForHtmlUnquotedAttributeTag.
* This is a very simple test that doesn't fully
- * excersize/test the encoder - only that the
+ * exercise/test the encoder - only that the
* tag itself works.
* @throws Exception is thrown if the tag fails.
*/
diff --git a/jsp/src/test/java/org/owasp/encoder/tag/ForJavaScriptAttributeTagTest.java b/jsp/src/test/java/org/owasp/encoder/tag/ForJavaScriptAttributeTagTest.java
index 6829820..ad38c07 100644
--- a/jsp/src/test/java/org/owasp/encoder/tag/ForJavaScriptAttributeTagTest.java
+++ b/jsp/src/test/java/org/owasp/encoder/tag/ForJavaScriptAttributeTagTest.java
@@ -59,7 +59,7 @@
/**
* Test of doTag method, of class ForJavaScriptAttributeTag.
* This is a very simple test that doesn't fully
- * excersize/test the encoder - only that the
+ * exercise/test the encoder - only that the
* tag itself works.
* @throws Exception is thrown if the tag fails.
*/
diff --git a/jsp/src/test/java/org/owasp/encoder/tag/ForJavaScriptBlockTagTest.java b/jsp/src/test/java/org/owasp/encoder/tag/ForJavaScriptBlockTagTest.java
index 79d7163..75cf97e 100644
--- a/jsp/src/test/java/org/owasp/encoder/tag/ForJavaScriptBlockTagTest.java
+++ b/jsp/src/test/java/org/owasp/encoder/tag/ForJavaScriptBlockTagTest.java
@@ -59,7 +59,7 @@
/**
* Test of doTag method, of class ForJavaScriptBlockTag.
* This is a very simple test that doesn't fully
- * excersize/test the encoder - only that the
+ * exercise/test the encoder - only that the
* tag itself works.
* @throws Exception is thrown if the tag fails.
*/
diff --git a/jsp/src/test/java/org/owasp/encoder/tag/ForJavaScriptSourceTagTest.java b/jsp/src/test/java/org/owasp/encoder/tag/ForJavaScriptSourceTagTest.java
index 400c8d9..0ea95fc 100644
--- a/jsp/src/test/java/org/owasp/encoder/tag/ForJavaScriptSourceTagTest.java
+++ b/jsp/src/test/java/org/owasp/encoder/tag/ForJavaScriptSourceTagTest.java
@@ -59,7 +59,7 @@
/**
* Test of doTag method, of class ForJavaScriptSourceTag.
* This is a very simple test that doesn't fully
- * excersize/test the encoder - only that the
+ * exercise/test the encoder - only that the
* tag itself works.
* @throws Exception is thrown if the tag fails.
*/
diff --git a/jsp/src/test/java/org/owasp/encoder/tag/ForJavaScriptTagTest.java b/jsp/src/test/java/org/owasp/encoder/tag/ForJavaScriptTagTest.java
index c7427a7..2d4f67a 100644
--- a/jsp/src/test/java/org/owasp/encoder/tag/ForJavaScriptTagTest.java
+++ b/jsp/src/test/java/org/owasp/encoder/tag/ForJavaScriptTagTest.java
@@ -28,7 +28,7 @@
/**
* Test of doTag method, of class ForJavaScriptTag.
* This is a very simple test that doesn't fully
- * excersize/test the encoder - only that the
+ * exercise/test the encoder - only that the
* tag itself works.
* @throws Exception is thrown if the tag fails.
*/
diff --git a/jsp/src/test/java/org/owasp/encoder/tag/ForUriComponentTagTest.java b/jsp/src/test/java/org/owasp/encoder/tag/ForUriComponentTagTest.java
index 6709cde..3d9d11c 100644
--- a/jsp/src/test/java/org/owasp/encoder/tag/ForUriComponentTagTest.java
+++ b/jsp/src/test/java/org/owasp/encoder/tag/ForUriComponentTagTest.java
@@ -59,7 +59,7 @@
/**
* Test of doTag method, of class ForUriComponentTag.
* This is a very simple test that doesn't fully
- * excersize/test the encoder - only that the
+ * exercise/test the encoder - only that the
* tag itself works.
* @throws Exception is thrown if the tag fails.
*/
diff --git a/jsp/src/test/java/org/owasp/encoder/tag/ForUriTagTest.java b/jsp/src/test/java/org/owasp/encoder/tag/ForUriTagTest.java
index d401d89..ac16812 100644
--- a/jsp/src/test/java/org/owasp/encoder/tag/ForUriTagTest.java
+++ b/jsp/src/test/java/org/owasp/encoder/tag/ForUriTagTest.java
@@ -59,7 +59,7 @@
/**
* Test of doTag method, of class ForUriTag.
* This is a very simple test that doesn't fully
- * excersize/test the encoder - only that the
+ * exercise/test the encoder - only that the
* tag itself works.
* @throws Exception is thrown if the tag fails.
*/
diff --git a/jsp/src/test/java/org/owasp/encoder/tag/ForXmlAttributeTagTest.java b/jsp/src/test/java/org/owasp/encoder/tag/ForXmlAttributeTagTest.java
index ec42f28..4246516 100644
--- a/jsp/src/test/java/org/owasp/encoder/tag/ForXmlAttributeTagTest.java
+++ b/jsp/src/test/java/org/owasp/encoder/tag/ForXmlAttributeTagTest.java
@@ -59,7 +59,7 @@
/**
* Test of doTag method, of class ForXmlAttributeTag.
* This is a very simple test that doesn't fully
- * excersize/test the encoder - only that the
+ * exercise/test the encoder - only that the
* tag itself works.
* @throws Exception is thrown if the tag fails.
*/
diff --git a/jsp/src/test/java/org/owasp/encoder/tag/ForXmlCommentTagTest.java b/jsp/src/test/java/org/owasp/encoder/tag/ForXmlCommentTagTest.java
index cf5182a..cea3db3 100644
--- a/jsp/src/test/java/org/owasp/encoder/tag/ForXmlCommentTagTest.java
+++ b/jsp/src/test/java/org/owasp/encoder/tag/ForXmlCommentTagTest.java
@@ -59,7 +59,7 @@
/**
* Test of doTag method, of class ForXmlCommentTag.
* This is a very simple test that doesn't fully
- * excersize/test the encoder - only that the
+ * exercise/test the encoder - only that the
* tag itself works.
* @throws Exception is thrown if the tag fails.
*/
diff --git a/jsp/src/test/java/org/owasp/encoder/tag/ForXmlContentTagTest.java b/jsp/src/test/java/org/owasp/encoder/tag/ForXmlContentTagTest.java
index 1efd061..536c265 100644
--- a/jsp/src/test/java/org/owasp/encoder/tag/ForXmlContentTagTest.java
+++ b/jsp/src/test/java/org/owasp/encoder/tag/ForXmlContentTagTest.java
@@ -59,7 +59,7 @@
/**
* Test of doTag method, of class ForXmlContentTag.
* This is a very simple test that doesn't fully
- * excersize/test the encoder - only that the
+ * exercise/test the encoder - only that the
* tag itself works.
* @throws Exception is thrown if the tag fails.
*/
diff --git a/jsp/src/test/java/org/owasp/encoder/tag/ForXmlTagTest.java b/jsp/src/test/java/org/owasp/encoder/tag/ForXmlTagTest.java
index 59d54dc..b55d2be 100644
--- a/jsp/src/test/java/org/owasp/encoder/tag/ForXmlTagTest.java
+++ b/jsp/src/test/java/org/owasp/encoder/tag/ForXmlTagTest.java
@@ -59,7 +59,7 @@
/**
* Test of doTag method, of class ForXmlTag.
* This is a very simple test that doesn't fully
- * excersize/test the encoder - only that the
+ * exercise/test the encoder - only that the
* tag itself works.
* @throws Exception is thrown if the tag fails.
*/