From 49253c62382c6077cb6305760a544d1fe7f49af8 Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Fri, 15 Oct 2004 17:05:54 +0000 Subject: [PATCH] Typos git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276946 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTypes/filterchain.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/manual/CoreTypes/filterchain.html b/docs/manual/CoreTypes/filterchain.html index 2c49fed40..9a4910419 100644 --- a/docs/manual/CoreTypes/filterchain.html +++ b/docs/manual/CoreTypes/filterchain.html @@ -279,7 +279,7 @@ Convenience method: 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)
 <loadfile srcfile="${src.file}" property="${src.file.head}">
   <filterchain>
@@ -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)
 
 <loadfile srcfile="${src.file}" property="${src.file.head}">
@@ -1343,4 +1343,4 @@ This may be used as follows:
 

Copyright © 2002-2004 The Apache Software Foundation. All rights -Reserved.

\ No newline at end of file +Reserved.