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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

mrisaliti
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"/>