Author: sebb
Date: Wed Oct 6 00:13:03 2010
New Revision: 1004862
URL: http://svn.apache.org/viewvc?rev=1004862&view=rev
Log:
Typos
Modified:
commons/proper/exec/trunk/src/test/scripts/ping.dcl
Modified: commons/proper/exec/trunk/src/test/scripts/ping.dcl
URL:
http://svn.apache.org/viewvc/commons/proper/exec/trunk/src/test/scripts/ping.dcl?rev=1004862&r1=1004861&r2=1004862&view=diff
==============================================================================
--- commons/proper/exec/trunk/src/test/scripts/ping.dcl (original)
+++ commons/proper/exec/trunk/src/test/scripts/ping.dcl Wed Oct 6 00:13:03 2010
@@ -17,7 +17,7 @@ $! limitations under the License.
$!
$!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
$!
-$! ping is started as subprocess which runs for '%1' seconds
+$! ping is started as subprocess which runs for 'P1' seconds
$!
-$ write sys$output "[ping.dcl] Blocking for %1 seconds ..."
+$ write sys$output "[ping.dcl] Blocking for ''P1' seconds ..."
$ tcpip ping 127.0.0.1 /number_packets='P1 /wait=1
\ No newline at end of file