umagesh 02/01/28 11:50:32
Modified: docs/manual/CoreTasks input.html
Log:
Fix typos
Revision Changes Path
1.4 +3 -3 jakarta-ant/docs/manual/CoreTasks/input.html
Index: input.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/input.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- input.html 10 Jan 2002 08:48:29 -0000 1.3
+++ input.html 28 Jan 2002 19:50:32 -0000 1.4
@@ -68,14 +68,14 @@
validargs="y,n"
addproperty="do.delete"
/>
- <condition propert="do.abort">
+ <condition property="do.abort">
<equals arg1="n" arg2="${do.delete}" />
</condition>
- <fail if="do.abort">Build abborted by user.</fail>
+ <fail if="do.abort">Build aborted by user.</fail>
</pre>
<p>Will display the message "All data is going to be deleted from DB
continue
(y/n)?" and require 'y+retrun key' to continue build or 'n+return key'
-to exit build with following message "Build abborted by user.".</p>
+to exit build with following message "Build aborted by user.".</p>
<pre> <input
message="Please enter db-username:"
addproperty="db.user"
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>