You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by pa...@apache.org on 2013/01/10 11:33:30 UTC

svn commit: r1431261 - /openoffice/trunk/main/xmlhelp/source/cxxhelp/provider/makefile.mk

Author: paveljanik
Date: Thu Jan 10 10:33:30 2013
New Revision: 1431261

URL: http://svn.apache.org/viewvc?rev=1431261&view=rev
Log:
Fix typo.

Modified:
    openoffice/trunk/main/xmlhelp/source/cxxhelp/provider/makefile.mk

Modified: openoffice/trunk/main/xmlhelp/source/cxxhelp/provider/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmlhelp/source/cxxhelp/provider/makefile.mk?rev=1431261&r1=1431260&r2=1431261&view=diff
==============================================================================
--- openoffice/trunk/main/xmlhelp/source/cxxhelp/provider/makefile.mk (original)
+++ openoffice/trunk/main/xmlhelp/source/cxxhelp/provider/makefile.mk Thu Jan 10 10:33:30 2013
@@ -39,7 +39,7 @@ NO_BSYMBOLIC=TRUE
 # technique though, so this warning is plain wrong and has been fixed 
 # in gcc 4.3. Unfortunately there is no way at all to suppress this warning.
 # Some files in this directory use zero allocated arrays, we need to
-# diable the WaE mechanism for the GCC 4.2.x series.
+# disable the WaE mechanism for the GCC 4.2.x series.
 .IF "$(COM)"=="GCC"
 .IF "$(CCNUMVER)">="000400020000" && "$(CCNUMVER)"<="000400020003"
 CFLAGSWERRCXX:=