Index: index.html
===================================================================
RCS file: /home/cvspublic/jakarta-ant/docs/index.html,v
retrieving revision 1.114
diff -u -r1.114 index.html
--- index.html	2000/09/24 08:52:33	1.114
+++ index.html	2000/09/25 08:54:43
@@ -180,7 +180,7 @@
 option, where <i>&lt;property&gt;</i> is the name of the property and <i>&lt;value&gt;</i>
 the value. This can also be used (and is the only way since Java can not access them) 
 to have access to your environment variables, just pass -DMYVAR=%MYVAR% (Windows) or
--DMYVAR=$MYVAR (Unix) do Ant, you can then access these variables inside your build-file
+-DMYVAR=$MYVAR (Unix) to Ant, you can then access these variables inside your build-file
 as ${MYVAR}.</p>
 <p>Two more options are <i>-quiet</i> which instructs Ant to print less
 information on the console when running. The option <i>-verbose</i> on the other
