Fixed typos in JDT templates docs
diff --git a/bundles/org.eclipse.jdt.doc.user/concepts/concept-editor-templates.htm b/bundles/org.eclipse.jdt.doc.user/concepts/concept-editor-templates.htm
index dfa6939..3f38974 100644
--- a/bundles/org.eclipse.jdt.doc.user/concepts/concept-editor-templates.htm
+++ b/bundles/org.eclipse.jdt.doc.user/concepts/concept-editor-templates.htm
@@ -35,7 +35,7 @@
 
     <p>
       Templates can contain <a href="../concepts/concept-template-variables.htm">template
-      variables</a>. Variables mark the editable locations. They can be resolves to a concrete
+      variables</a>. Variables mark the editable locations. They can be resolved to a concrete
       value when the template is evaluated in its context. They can also provide a list of
       alternative proposals valid at the given location.
     </p>
diff --git a/bundles/org.eclipse.jdt.doc.user/concepts/concept-template-variables.htm b/bundles/org.eclipse.jdt.doc.user/concepts/concept-template-variables.htm
index 6ee51e6..0f0db7e 100644
--- a/bundles/org.eclipse.jdt.doc.user/concepts/concept-template-variables.htm
+++ b/bundles/org.eclipse.jdt.doc.user/concepts/concept-template-variables.htm
@@ -176,7 +176,7 @@
         </tr>
         <tr>
           <td><strong>${<i>id</i>:newName(<i>reference</i>)}</strong></td>
-          <td>Evaluates to an non-conflicting name for a new local variable of the type specified
+          <td>Evaluates to a non-conflicting name for a new local variable of the type specified
               by the reference. The reference may either be a Java type name or the name of another
               template variable. The generated name respects the code style settings.
               <p>