Bug 562908 - Populate the JustJ Git clones with initial content

Fix typo in plugin's p2.inf template.
diff --git a/plugins/org.eclipse.justj.codegen/src/org/eclipse/justj/codegen/templates/plugin/P2Inf.java b/plugins/org.eclipse.justj.codegen/src/org/eclipse/justj/codegen/templates/plugin/P2Inf.java
index bd34432..933f46b 100644
--- a/plugins/org.eclipse.justj.codegen/src/org/eclipse/justj/codegen/templates/plugin/P2Inf.java
+++ b/plugins/org.eclipse.justj.codegen/src/org/eclipse/justj/codegen/templates/plugin/P2Inf.java
@@ -28,7 +28,7 @@
   protected static final String _1 = "#";
   protected static final String _2 = "# Declare a capability that can be used to ensure mutually exclusive installation of IUs that set the -vm option.";
   protected static final String _3 = "# Ensure that the applicable implementation fragment gets installed automatically.";
-  protected static final String _4 = "# Exclude all other providers of this capability; the site depends on all the feautres so exclude this requirement at build time.";
+  protected static final String _4 = "# Exclude all other providers of this capability; the site depends on all the features so exclude this requirement at build time.";
   protected static final String _5 = "# Exclude the synthetic a.jre IUs from the p2 repositories; Tycho gets confused by negative requirements so filter this to avoid it at build time.";
   protected static final String _6 = "# Exclude the synthetic a.jre.javase IUs from the p2 repositories; Tycho gets confused by negative requirements so filter this to avoid it at build time.";
   protected static final String _7 = "' && x.namespace == 'org.eclipse.equinox.p2.iu')";
diff --git a/plugins/org.eclipse.justj.codegen/templates/plugin/p2.inf.jet b/plugins/org.eclipse.justj.codegen/templates/plugin/p2.inf.jet
index a16780e..503aa2c 100644
--- a/plugins/org.eclipse.justj.codegen/templates/plugin/p2.inf.jet
+++ b/plugins/org.eclipse.justj.codegen/templates/plugin/p2.inf.jet
@@ -50,7 +50,7 @@
 provides.0.name = jre
 provides.0.version = $version$
 
-# Exclude all other providers of this capability; the site depends on all the feautres so exclude this requirement at build time.
+# Exclude all other providers of this capability; the site depends on all the features so exclude this requirement at build time.
 <%++count;%>
 requires.<%=count%>.matchExp = providedCapabilities.exists(x | x.name == 'jre' && x.namespace == 'org.eclipse.justj') && !providedCapabilities.exists(x | x.name == '<%=fullName%>' && x.namespace == 'org.eclipse.equinox.p2.iu')
 requires.<%=count%>.min = 0