diff options
author | Pavel Janík <paveljanik@apache.org> | 2013-01-10 09:33:30 +0000 |
---|---|---|
committer | Pavel Janík <paveljanik@apache.org> | 2013-01-10 09:33:30 +0000 |
commit | 534ef6b86ac9ef61e4e7ae98c12149fc9dc9c204 (patch) | |
tree | 52c3e8c31b5459ccc246816accbb75e791139ad2 /xmlhelp | |
parent | d2b0180efaa481a9d66a7f292d63adb7a0608a62 (diff) |
Fix typo.
Notes
Notes:
ignore: obsolete
Diffstat (limited to 'xmlhelp')
-rw-r--r-- | xmlhelp/source/cxxhelp/provider/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/makefile.mk b/xmlhelp/source/cxxhelp/provider/makefile.mk index dedc089f39cf..baf7ad54ee92 100644 --- a/xmlhelp/source/cxxhelp/provider/makefile.mk +++ b/xmlhelp/source/cxxhelp/provider/makefile.mk @@ -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:= |