mbenson 2004/10/15 10:05:54
Modified: docs/manual/CoreTypes filterchain.html
Log:
Typos
Revision Changes Path
1.20 +3 -3 ant/docs/manual/CoreTypes/filterchain.html
Index: filterchain.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/CoreTypes/filterchain.html,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- filterchain.html 22 Apr 2004 09:57:44 -0000 1.19
+++ filterchain.html 15 Oct 2004 17:05:54 -0000 1.20
@@ -279,7 +279,7 @@
</PRE></BLOCKQUOTE>
This stores the first 15 lines, skipping the first 2 lines, of the supplied
data
-in the porperty ${src.file.head}. (Means: lines 3-17)
+in the property ${src.file.head}. (Means: lines 3-17)
<BLOCKQUOTE><PRE>
<loadfile srcfile="${src.file}"
property="${src.file.head}">
<filterchain>
@@ -768,7 +768,7 @@
This stores the last 10 lines, skipping the last 2 lines, of the supplied
data
-in the porperty ${src.file.head}. (Means: if supplied data contains 60 lines,
+in the property ${src.file.head}. (Means: if supplied data contains 60 lines,
lines 49-58 are extracted)
<BLOCKQUOTE><PRE>
<loadfile srcfile="${src.file}"
property="${src.file.head}">
@@ -1343,4 +1343,4 @@
<HR>
<P align=center>Copyright © 2002-2004 The Apache Software Foundation.
All rights
-Reserved.</P></BODY></HTML>
\ No newline at end of file
+Reserved.</P></BODY></HTML>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]