You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2015/09/29 21:41:00 UTC

svn commit: r1705920 - /commons/proper/exec/trunk/src/test/scripts/ping.bat

Author: sebb
Date: Tue Sep 29 19:41:00 2015
New Revision: 1705920

URL: http://svn.apache.org/viewvc?rev=1705920&view=rev
Log:
Fix doc

Modified:
    commons/proper/exec/trunk/src/test/scripts/ping.bat

Modified: commons/proper/exec/trunk/src/test/scripts/ping.bat
URL: http://svn.apache.org/viewvc/commons/proper/exec/trunk/src/test/scripts/ping.bat?rev=1705920&r1=1705919&r2=1705920&view=diff
==============================================================================
--- commons/proper/exec/trunk/src/test/scripts/ping.bat (original)
+++ commons/proper/exec/trunk/src/test/scripts/ping.bat Tue Sep 29 19:41:00 2015
@@ -1,6 +1,6 @@
 @ECHO OFF
 
-REM Little batch file to run nearly foerver
+REM Little batch file to pause for a number of seconds
 REM see http://malektips.com/dos0017.html
 REM
 REM Licensed to the Apache Software Foundation (ASF) under one or more