Author: sebb
Date: Wed Mar 17 17:13:32 2010
New Revision: 924370
URL: http://svn.apache.org/viewvc?rev=924370&view=rev
Log:
Typo in comment
Modified:
commons/proper/daemon/trunk/build.xml
Modified: commons/proper/daemon/trunk/build.xml
URL:
http://svn.apache.org/viewvc/commons/proper/daemon/trunk/build.xml?rev=924370&r1=924369&r2=924370&view=diff
==============================================================================
--- commons/proper/daemon/trunk/build.xml (original)
+++ commons/proper/daemon/trunk/build.xml Wed Mar 17 17:13:32 2010
@@ -82,10 +82,10 @@
<!-- The pattern to be used to grab ant jars (usefull for non standard
layout) -->
<property name="ant.jars.pattern" value="*.jar"/>
- <!-- Name of the native arctifacts -->
+ <!-- Name of the native artifacts -->
<property name="native.name"
value="commons-${component.name}-${component.version}-native-src"/>
- <!-- Path of the native arctifacts -->
+ <!-- Path of the native artifacts -->
<property name="native.path"
value="${dist.home}/bin/native/${native.name}"/>