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.