You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mr...@apache.org on 2011/03/05 22:39:30 UTC

svn commit: r1078364 - /ofbiz/trunk/build.xml

Author: mrisaliti
Date: Sat Mar  5 21:39:29 2011
New Revision: 1078364

URL: http://svn.apache.org/viewvc?rev=1078364&view=rev
Log:
Correct word intance in instance

Modified:
    ofbiz/trunk/build.xml

Modified: ofbiz/trunk/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/build.xml?rev=1078364&r1=1078363&r2=1078364&view=diff
==============================================================================
--- ofbiz/trunk/build.xml (original)
+++ ofbiz/trunk/build.xml Sat Mar  5 21:39:29 2011
@@ -276,7 +276,7 @@ under the License.
     <!-- ================================================================== -->
 
     <target name="build-website" 
-            description="For committers : Update dtds and JavaDoc from OFBiz intance to site">
+            description="For committers : Update dtds and JavaDoc from OFBiz instance to site">
         <antcall target="copy-dtds"/>
         <antcall target="docs"/>
         <antcall target="copy-apis"/>