From 5e121baa8c5e6a9689a211467e6e3a46fe3afb2a Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Tue, 8 Mar 2005 12:25:44 +0000 Subject: [PATCH] typo Obtained from: Yuji Yamano git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277833 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/property.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/CoreTasks/property.html b/docs/manual/CoreTasks/property.html index fcdb71c4c..7b1f6d5c7 100644 --- a/docs/manual/CoreTasks/property.html +++ b/docs/manual/CoreTasks/property.html @@ -13,7 +13,7 @@

Sets a property (by name and value), or set of properties (from file or resource) in the project. Properties are case sensitive.

Properties are immutable: whoever sets a property first freezes it for the - rest of the build; they are most definately not variable. + rest of the build; they are most definitely not variable.

There are six ways to set properties: