diff options
author | Alexander Neundorf <neundorf@kde.org> | 2009-04-19 12:47:01 -0400 |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2009-04-19 12:47:01 -0400 |
commit | 879f2f98fec41d89dce20dbcffce597ae534a3ba (patch) | |
tree | bf71c62cc1c7d72f4f5d567c2e50bc4cce50fd7e /Modules/FindwxWidgets.cmake | |
parent | 289ce0b80ac748f602ba4c6a1a9d43dfbeccc2b5 (diff) | |
download | cmake-879f2f98fec41d89dce20dbcffce597ae534a3ba.tar.gz |
STYLE: fix typos in the docs
Alex
Diffstat (limited to 'Modules/FindwxWidgets.cmake')
-rw-r--r-- | Modules/FindwxWidgets.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/FindwxWidgets.cmake b/Modules/FindwxWidgets.cmake index 5c3bfabf9e..b070048948 100644 --- a/Modules/FindwxWidgets.cmake +++ b/Modules/FindwxWidgets.cmake @@ -44,8 +44,8 @@ # against WX, e.g. WXUSINGDLL # wxWidgets_DEFINITIONS_DEBUG- Contains defines required to compile/link # against WX debug builds, e.g. __WXDEBUG__ -# wxWidgets_CXX_FLAGS - Include dirs and ompiler flags for -# unices, empty on WIN32. Esentially +# wxWidgets_CXX_FLAGS - Include dirs and compiler flags for +# unices, empty on WIN32. Essentially # "`wx-config --cxxflags`". # wxWidgets_USE_FILE - Convenience include file. # |