Browse Source

Typos

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276946 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 21 years ago
parent
commit
49253c6238
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      docs/manual/CoreTypes/filterchain.html

+ 3
- 3
docs/manual/CoreTypes/filterchain.html View File

@@ -279,7 +279,7 @@ Convenience method:
</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>
&lt;loadfile srcfile=&quot;${src.file}&quot; property=&quot;${src.file.head}&quot;&gt;
&lt;filterchain&gt;
@@ -768,7 +768,7 @@ Convenience method:


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>
&lt;loadfile srcfile=&quot;${src.file}&quot; property=&quot;${src.file.head}&quot;&gt;
@@ -1343,4 +1343,4 @@ This may be used as follows:
<HR>

<P align=center>Copyright &copy; 2002-2004 The Apache Software Foundation. All rights
Reserved.</P></BODY></HTML>
Reserved.</P></BODY></HTML>

Loading…
Cancel
Save