You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2008/06/04 09:58:36 UTC

svn commit: r663023 - /geronimo/gshell/trunk/gshell-core/src/main/java/org/apache/geronimo/gshell/VariableInterpolator.java

Author: jdillon
Date: Wed Jun  4 00:58:35 2008
New Revision: 663023

URL: http://svn.apache.org/viewvc?rev=663023&view=rev
Log:
fixed spelling

Modified:
    geronimo/gshell/trunk/gshell-core/src/main/java/org/apache/geronimo/gshell/VariableInterpolator.java

Modified: geronimo/gshell/trunk/gshell-core/src/main/java/org/apache/geronimo/gshell/VariableInterpolator.java
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-core/src/main/java/org/apache/geronimo/gshell/VariableInterpolator.java?rev=663023&r1=663022&r2=663023&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-core/src/main/java/org/apache/geronimo/gshell/VariableInterpolator.java (original)
+++ geronimo/gshell/trunk/gshell-core/src/main/java/org/apache/geronimo/gshell/VariableInterpolator.java Wed Jun  4 00:58:35 2008
@@ -36,7 +36,7 @@
 import java.util.Set;
 
 /**
- * Provides interpolation for shell varibles.
+ * Provides interpolation for shell variables.
  * 
  * @version $Rev$ $Date$
  */