vmassol 02/04/14 09:34:15
Modified: anttasks/src/java/org/apache/cactus/ant
StartServerHelper.java
Log:
typo (found by Yuji Yamano [[EMAIL PROTECTED]])
Revision Changes Path
1.4 +2 -2
jakarta-cactus/anttasks/src/java/org/apache/cactus/ant/StartServerHelper.java
Index: StartServerHelper.java
===================================================================
RCS file:
/home/cvs/jakarta-cactus/anttasks/src/java/org/apache/cactus/ant/StartServerHelper.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- StartServerHelper.java 10 Mar 2002 13:28:19 -0000 1.3
+++ StartServerHelper.java 14 Apr 2002 16:34:15 -0000 1.4
@@ -79,7 +79,7 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">Vincent Massol</a>
*
- * @version $Id: StartServerHelper.java,v 1.3 2002/03/10 13:28:19 vmassol Exp $
+ * @version $Id: StartServerHelper.java,v 1.4 2002/04/14 16:34:15 vmassol Exp $
*/
public class StartServerHelper implements Runnable
{
@@ -165,7 +165,7 @@
thread.start();
- // Wait a few ms more (just to make sur the servlet engine is
+ // Wait a few ms more (just to make sure the servlet engine is
// ready to accept connections)
try {
Thread.sleep(1000);
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>