You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2005/12/23 05:41:45 UTC

svn commit: r358701 - /maven/components/trunk/bootstrap.sh

Author: jvanzyl
Date: Thu Dec 22 20:41:42 2005
New Revision: 358701

URL: http://svn.apache.org/viewcvs?rev=358701&view=rev
Log:
o fixing little typo

Modified:
    maven/components/trunk/bootstrap.sh

Modified: maven/components/trunk/bootstrap.sh
URL: http://svn.apache.org/viewcvs/maven/components/trunk/bootstrap.sh?rev=358701&r1=358700&r2=358701&view=diff
==============================================================================
--- maven/components/trunk/bootstrap.sh (original)
+++ maven/components/trunk/bootstrap.sh Thu Dec 22 20:41:42 2005
@@ -57,7 +57,7 @@
 ARGS=$ORIG_ARGS
 
 (
-  # TODO: should w ebe going back to the mini now that we have the real thing?
+  # TODO: should we be going back to the mini now that we have the real thing?
   cd maven-core-it-verifier
   $JAVACMD $MAVEN_OPTS -jar ../bootstrap/$BOOTSTRAP_JAR package $ARGS
   ret=$?; if [ $ret != 0 ]; then exit $ret; fi