Author: bodewig
Date: Mon Aug 4 03:15:37 2008
New Revision: 682311
URL: http://svn.apache.org/viewvc?rev=682311&view=rev
Log:
spelling error. PR 45477. Submitted by Peter Hecht
Modified:
ant/core/trunk/xdocs/faq.xml
Modified: ant/core/trunk/xdocs/faq.xml
URL:
http://svn.apache.org/viewvc/ant/core/trunk/xdocs/faq.xml?rev=682311&r1=682310&r2=682311&view=diff
==============================================================================
--- ant/core/trunk/xdocs/faq.xml (original)
+++ ant/core/trunk/xdocs/faq.xml Mon Aug 4 03:15:37 2008
@@ -283,7 +283,7 @@
<answer>
<p>The core idea is using property files which name accords to the
os-name. Then simply use the build-in property <tt>os.name</tt>.</p>
- <p>For better use you should also provide a file with defaul values.
+ <p>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.</p>