From f6b5fc05dbb99f5e143d180a8c7143c7f38ac3a1 Mon Sep 17 00:00:00 2001 From: Jan Materne Date: Fri, 22 Jul 2005 15:05:16 +0000 Subject: [PATCH] Found spell error git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278471 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/tutorial-tasks-filesets-properties.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/tutorial-tasks-filesets-properties.html b/docs/manual/tutorial-tasks-filesets-properties.html index 91ec9bf5f..cb0d7373e 100644 --- a/docs/manual/tutorial-tasks-filesets-properties.html +++ b/docs/manual/tutorial-tasks-filesets-properties.html @@ -256,7 +256,7 @@ public class FindTest extends BuildFileTest { } -

If we run this test class all test cases (except testFileNotPresent) fail. No we +

If we run this test class all test cases (except testFileNotPresent) fail. Now we can implement our task, so that these test cases will pass.