From 0c0987da86fe90447e227174eb0ebf270b8ebc83 Mon Sep 17 00:00:00 2001
From: Kevin Jackson
Date: Wed, 26 Apr 2006 05:00:12 +0000
Subject: [PATCH] pluralise variable
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@397089 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 f3e2f2b99..edf93482a 100644
--- a/docs/manual/CoreTasks/property.html
+++ b/docs/manual/CoreTasks/property.html
@@ -14,7 +14,7 @@
(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 definitely not variable.
+ rest of the build; they are most definitely not variables.
There are six ways to set properties:
- By supplying both the name and value attribute.