diff options
author | Alexander Neundorf <neundorf@kde.org> | 2009-04-19 16:47:01 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2009-04-19 16:47:01 (GMT) |
commit | 879f2f98fec41d89dce20dbcffce597ae534a3ba (patch) | |
tree | bf71c62cc1c7d72f4f5d567c2e50bc4cce50fd7e | |
parent | 289ce0b80ac748f602ba4c6a1a9d43dfbeccc2b5 (diff) | |
download | CMake-879f2f98fec41d89dce20dbcffce597ae534a3ba.zip CMake-879f2f98fec41d89dce20dbcffce597ae534a3ba.tar.gz CMake-879f2f98fec41d89dce20dbcffce597ae534a3ba.tar.bz2 |
STYLE: fix typos in the docs
Alex
-rw-r--r-- | Modules/FindBLAS.cmake | 2 | ||||
-rw-r--r-- | Modules/FindBoost.cmake | 4 | ||||
-rw-r--r-- | Modules/FindLAPACK.cmake | 2 | ||||
-rw-r--r-- | Modules/FindMotif.cmake | 2 | ||||
-rw-r--r-- | Modules/FindRTI.cmake | 4 | ||||
-rw-r--r-- | Modules/FindwxWidgets.cmake | 4 | ||||
-rw-r--r-- | Modules/SquishTestScript.cmake | 2 | ||||
-rw-r--r-- | Modules/Use_wxWindows.cmake | 2 |
8 files changed, 11 insertions, 11 deletions
diff --git a/Modules/FindBLAS.cmake b/Modules/FindBLAS.cmake index b821a23..300ebee 100644 --- a/Modules/FindBLAS.cmake +++ b/Modules/FindBLAS.cmake @@ -18,7 +18,7 @@ # is found # BLA_STATIC if set on this determines what kind of linkage we do (static) # BLA_VENDOR if set checks only the specified vendor, if not set checks -# all the posibilities +# all the possibilities # BLA_F95 if set on tries to find the f95 interfaces for BLAS/LAPACK ########## ### List of vendors (BLA_VENDOR) valid in this module diff --git a/Modules/FindBoost.cmake b/Modules/FindBoost.cmake index ce6eb5b..44ba928 100644 --- a/Modules/FindBoost.cmake +++ b/Modules/FindBoost.cmake @@ -66,7 +66,7 @@ # # SET(Boost_ADDITIONAL_VERSIONS "0.99" "0.99.0" "1.78" "1.78.0") # -# ============================================================================ +# ===================================== ============= ======================== # # Variables used by this module, they can change the default behaviour and # need to be set before calling find_package: @@ -133,7 +133,7 @@ # Boost_SUBMINOR_VERSION subminor version number of boost # # Boost_LIB_DIAGNOSTIC_DEFINITIONS [WIN32 Only] You can call -# add_definitions(${Boost_LIB_DIAGNOSTIC_DEFINTIIONS}) +# add_definitions(${Boost_LIB_DIAGNOSTIC_DEFINITIONS}) # to have diagnostic information about Boost's # automatic linking outputted during compilation time. # diff --git a/Modules/FindLAPACK.cmake b/Modules/FindLAPACK.cmake index ca727af..5505f86 100644 --- a/Modules/FindLAPACK.cmake +++ b/Modules/FindLAPACK.cmake @@ -18,7 +18,7 @@ # interface is found # BLA_STATIC if set on this determines what kind of linkage we do (static) # BLA_VENDOR if set checks only the specified vendor, if not set checks -# all the posibilities +# all the possibilities # BLA_F95 if set on tries to find the f95 interfaces for BLAS/LAPACK ### List of vendors (BLA_VENDOR) valid in this module ## Intel(mkl), ACML,Apple, NAS, Generic diff --git a/Modules/FindMotif.cmake b/Modules/FindMotif.cmake index e068202..ad471b3 100644 --- a/Modules/FindMotif.cmake +++ b/Modules/FindMotif.cmake @@ -1,7 +1,7 @@ # - Try to find Motif (or lesstif) # Once done this will define: # MOTIF_FOUND - system has MOTIF -# MOTIF_INCLUDE_DIR - incude paths to use Motif +# MOTIF_INCLUDE_DIR - include paths to use Motif # MOTIF_LIBRARIES - Link these to use Motif SET(MOTIF_FOUND 0) diff --git a/Modules/FindRTI.cmake b/Modules/FindRTI.cmake index 434f4a7..722e1e1 100644 --- a/Modules/FindRTI.cmake +++ b/Modules/FindRTI.cmake @@ -2,10 +2,10 @@ # This module finds if any HLA RTI is installed and locates the standard RTI # include files and libraries. # -# RTI is a simulation infrastructure standartized by IEEE and SISO. It has a +# RTI is a simulation infrastructure standardized by IEEE and SISO. It has a # well defined C++ API that assures that simulation applications are # independent on a particular RTI implementation. -# http://en.wikipedia.org/wiki/Run-Time_Infrastructure_(simulation) +# http://en.wikipedia.org/wiki/Run-Time_Infrastructure_(simulation) # # This code sets the following variables: # RTI_INCLUDE_DIR = the directory where RTI includes file are found diff --git a/Modules/FindwxWidgets.cmake b/Modules/FindwxWidgets.cmake index 5c3bfab..b070048 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. # diff --git a/Modules/SquishTestScript.cmake b/Modules/SquishTestScript.cmake index 7751345..2e0caaf 100644 --- a/Modules/SquishTestScript.cmake +++ b/Modules/SquishTestScript.cmake @@ -1,6 +1,6 @@ # # This script launches a GUI test using Squish. You should not call -# the script directly; instead, you should acces it via the +# the script directly; instead, you should access it via the # SQUISH_ADD_TEST macro that is defined in FindSquish.cmake. # # This script starts the Squish server, launches the test on the diff --git a/Modules/Use_wxWindows.cmake b/Modules/Use_wxWindows.cmake index da8bdd1..b6e04f4 100644 --- a/Modules/Use_wxWindows.cmake +++ b/Modules/Use_wxWindows.cmake @@ -15,7 +15,7 @@ # # ----------------------------------------------------- # 16.Feb.2004: changed INCLUDE to FIND_PACKAGE to read from users own non-system CMAKE_MODULE_PATH (Jan Woetzel JW) -# 07/2006: rewrite as FindwxWidgets.cmake, kept for backward compatibilty JW +# 07/2006: rewrite as FindwxWidgets.cmake, kept for backward compatibility JW MESSAGE(STATUS "Use_wxWindows.cmake is DEPRECATED. \n" "Please use FIND_PACKAGE(wxWidgets) and INCLUDE(${wxWidgets_USE_FILE}) instead. (JW)") |