You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2005/06/30 04:33:17 UTC

svn commit: r202468 - /forrest/trunk/tools/eclipse/plugins/org.apache.forrest.eclipse.servletEngine/src/org/apache/forrest/eclipse/servletEngine/Jetty.java

Author: crossley
Date: Wed Jun 29 19:33:16 2005
New Revision: 202468

URL: http://svn.apache.org/viewcvs?rev=202468&view=rev
Log:
Fix minor typo.

Modified:
    forrest/trunk/tools/eclipse/plugins/org.apache.forrest.eclipse.servletEngine/src/org/apache/forrest/eclipse/servletEngine/Jetty.java

Modified: forrest/trunk/tools/eclipse/plugins/org.apache.forrest.eclipse.servletEngine/src/org/apache/forrest/eclipse/servletEngine/Jetty.java
URL: http://svn.apache.org/viewcvs/forrest/trunk/tools/eclipse/plugins/org.apache.forrest.eclipse.servletEngine/src/org/apache/forrest/eclipse/servletEngine/Jetty.java?rev=202468&r1=202467&r2=202468&view=diff
==============================================================================
--- forrest/trunk/tools/eclipse/plugins/org.apache.forrest.eclipse.servletEngine/src/org/apache/forrest/eclipse/servletEngine/Jetty.java (original)
+++ forrest/trunk/tools/eclipse/plugins/org.apache.forrest.eclipse.servletEngine/src/org/apache/forrest/eclipse/servletEngine/Jetty.java Wed Jun 29 19:33:16 2005
@@ -81,7 +81,7 @@
 	}
 
 	/**
-	 * Statr an instance of Jetty using the config file at the indicated path
+	 * Start an instance of Jetty using the config file at the indicated path
 	 * 
 	 * @param jettyConfPath
 	 * @param monitor
@@ -263,4 +263,4 @@
 		return launch;
 	}
 
-}
\ No newline at end of file
+}