Javadoc typo
diff --git a/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/template/java/JavaContext.java b/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/template/java/JavaContext.java
index 7e6f0e9..53048b6 100644
--- a/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/template/java/JavaContext.java
+++ b/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/template/java/JavaContext.java
@@ -471,7 +471,7 @@
 	}
 
 	/**
-	 * Adds an import for type with type name <code>type</cod> if possible.
+	 * Adds an import for type with type name <code>type</code> if possible.
 	 * Returns a string which can be used to reference the type.
 	 *
 	 * @param type the fully qualified name of the type to import