typo

git-svn-id: http://svn.apache.org/repos/asf/bval/trunk@1767083 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/bval-json/src/main/java/org/apache/bval/json/JSONGenerator.java b/bval-json/src/main/java/org/apache/bval/json/JSONGenerator.java
index 59d7d5d..11c668b 100644
--- a/bval-json/src/main/java/org/apache/bval/json/JSONGenerator.java
+++ b/bval-json/src/main/java/org/apache/bval/json/JSONGenerator.java
@@ -35,7 +35,7 @@
  * This implementation uses a freemarker template to generate the output.<br/>
  *
  * This is an optional module which requires the freemarker dependency
- * and template resourece file "bean-infos-json.ftl" with it.
+ * and template resource file "bean-infos-json.ftl" with it.
  */
 public class JSONGenerator {
     private final Template template;