You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by th...@apache.org on 2006/01/21 03:38:51 UTC

svn commit: r370965 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/locationmap.xml

Author: thorsten
Date: Fri Jan 20 18:38:47 2006
New Revision: 370965

URL: http://svn.apache.org/viewcvs?rev=370965&view=rev
Log:
fixed typo

Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/locationmap.xml

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/locationmap.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/locationmap.xml?rev=370965&r1=370964&r2=370965&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/locationmap.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/locationmap.xml Fri Jan 20 18:38:47 2006
@@ -148,7 +148,7 @@
         <location src="{defaults:themer}/resources/themes" />
       </select>
     </match>
-    <!-- generic match for theme image ressources. -->
+    <!-- generic match for theme image resources -->
     <!-- 
       {1} name
       {2} extension (note we assume e.g. {1}.gif)
@@ -163,7 +163,7 @@
         <location src="{defaults:themer}/resources/themes/{defaults:theme}/images/{1}.{2}" />
       </select>
     </match>
-    <!-- generic match for theme ressources like css and js. -->
+    <!-- generic match for theme resources like css and js. -->
     <!-- 
       {1} name
       {2} extension (note we assume e.g. PATH/css/{1}.css)