From 3703724a1d56c7632e55f2dab570bf0455e0d195 Mon Sep 17 00:00:00 2001
From: "Jesse N. Glick"
Date: Wed, 1 Dec 2004 04:02:33 +0000
Subject: [PATCH] s/can not/cannot/
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277085 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/CoreTasks/ant.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/manual/CoreTasks/ant.html b/docs/manual/CoreTasks/ant.html
index 6366fe5c0..a3837f901 100644
--- a/docs/manual/CoreTasks/ant.html
+++ b/docs/manual/CoreTasks/ant.html
@@ -33,7 +33,7 @@ by using nested property tags. These properties are always passed
to the new project and any project created in that project
regardless of the setting of inheritAll. This allows you to
parameterize your subprojects. Properties defined on the command line
-can not be overridden by nested <property>
elements.
+cannot be overridden by nested <property>
elements.
References to data types can also be passed to the new project, but
by default they are not. If you set the inheritrefs attribute to
@@ -272,4 +272,4 @@ new project using the id path2
.
Reserved.