You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2013/01/17 14:05:20 UTC

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

Author: jacopoc
Date: Thu Jan 17 13:05:20 2013
New Revision: 1434656

URL: http://svn.apache.org/viewvc?rev=1434656&view=rev
Log:
Fix for typo in comment.

Modified:
    ofbiz/trunk/build.xml

Modified: ofbiz/trunk/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/build.xml?rev=1434656&r1=1434655&r2=1434656&view=diff
==============================================================================
--- ofbiz/trunk/build.xml (original)
+++ ofbiz/trunk/build.xml Thu Jan 17 13:05:20 2013
@@ -327,7 +327,7 @@ under the License.
     <target name="build-website"
             description="For committers : Update dtds from OFBiz instance to site">
         <antcall target="copy-dtds"/>
-        <!-- now deprecated since Builbot creates and updates those automatically 
+        <!-- now deprecated since Buildbot creates and updates those automatically
         <antcall target="docs"/>
         <antcall target="copy-apis"/-->
     </target>