You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by sg...@apache.org on 2008/07/18 23:21:19 UTC

svn commit: r678042 - /commons/proper/exec/trunk/src/test/java/org/apache/commons/exec/CommandLineTest.java

Author: sgoeschl
Date: Fri Jul 18 14:21:19 2008
New Revision: 678042

URL: http://svn.apache.org/viewvc?rev=678042&view=rev
Log:
[EXEC-25] Fixed wording

Modified:
    commons/proper/exec/trunk/src/test/java/org/apache/commons/exec/CommandLineTest.java

Modified: commons/proper/exec/trunk/src/test/java/org/apache/commons/exec/CommandLineTest.java
URL: http://svn.apache.org/viewvc/commons/proper/exec/trunk/src/test/java/org/apache/commons/exec/CommandLineTest.java?rev=678042&r1=678041&r2=678042&view=diff
==============================================================================
--- commons/proper/exec/trunk/src/test/java/org/apache/commons/exec/CommandLineTest.java (original)
+++ commons/proper/exec/trunk/src/test/java/org/apache/commons/exec/CommandLineTest.java Fri Jul 18 14:21:19 2008
@@ -305,7 +305,7 @@
     /**
      * Test expanding the command line based on a user-supplied map. The main
      * goal of the test is to setup a command line using macros and reuse
-     * it for multiple times.
+     * it multiple times.
      */
     public void testCommandLineParsingWithExpansion2() {