From 023bd5dc77cf9ea647d93deb58437c9131e944de Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Mon, 4 Aug 2008 10:15:37 +0000 Subject: [PATCH] spelling error. PR 45477. Submitted by Peter Hecht git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@682311 13f79535-47bb-0310-9956-ffa450edef68 --- xdocs/faq.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xdocs/faq.xml b/xdocs/faq.xml index c658785a2..037af4e62 100644 --- a/xdocs/faq.xml +++ b/xdocs/faq.xml @@ -283,7 +283,7 @@ Apache Ant version 1.6.2 compiled on July 16 2004

The core idea is using property files which name accords to the os-name. Then simply use the build-in property os.name.

-

For better use you should also provide a file with defaul values. +

For better use you should also provide a file with default values. But be careful with the correct os-names. For test simply <echo> the ${os.name} on all machines and you can be sure to use the right file names.