From 0b9934f2c3de766f89b8bcf7a538424061f46695 Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Mon, 10 Oct 2005 15:54:31 +0000 Subject: [PATCH] fix typo. submitted by Gisbert Amm. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@312673 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/waitfor.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/CoreTasks/waitfor.html b/docs/manual/CoreTasks/waitfor.html index 929f0d3ff..9ab374ade 100644 --- a/docs/manual/CoreTasks/waitfor.html +++ b/docs/manual/CoreTasks/waitfor.html @@ -100,7 +100,7 @@ true within the specified time.

waits up to 3 minutes (and checks every 500 milliseconds) for a web server on localhost to serve up the specified URL.

-<waitfor maxwait="10" maxwait="second">
+<waitfor maxwait="10" maxwaitunit="second">
         <and>
             <socket server="dbserver" port="1521"/>
             <http url="http://webserver/mypage.html"/>
@@ -110,7 +110,7 @@ true within the specified time.

waits up to 10 seconds for a server on the dbserver machine to begin listening on port 1521 and for the http://webserver/mypage.html web page to become available.

-

Copyright © 2001,2004-2005 The Apache Software Foundation. All rights +


Copyright © 2001, 2004-2005 The Apache Software Foundation. All rights Reserved.