Fix typo

git-svn-id: https://svn.apache.org/repos/asf/turbine/maven/archetypes/trunk/turbine-webapp-4.0@1768278 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/conf/TurbineResources.properties b/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/conf/TurbineResources.properties
index 2e489bb..2f11c14 100644
--- a/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/conf/TurbineResources.properties
+++ b/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/conf/TurbineResources.properties
@@ -152,7 +152,7 @@
 
 template.homepage=Index.vm
 
-template.home=Index.vm# This is the default screen to show to people when they first access
+# This is the default screen to show to people when they first access
 # the system.  This is only used if there is no value for
 # template.homepage.  This is for use when you are not using a
 # templating system such as Velocity or JSP.