Sfoglia il codice sorgente

STYLE: fix typos in the docs

Alex
Alexander Neundorf 16 anni fa
parent
commit
879f2f98fe

+ 1 - 1
Modules/FindBLAS.cmake

@@ -18,7 +18,7 @@
 #    is found
 #    is found
 #  BLA_STATIC  if set on this determines what kind of linkage we do (static)
 #  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
 #  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
 #  BLA_F95     if set on tries to find the f95 interfaces for BLAS/LAPACK
 ##########
 ##########
 ### List of vendors (BLA_VENDOR) valid in this module
 ### List of vendors (BLA_VENDOR) valid in this module

+ 2 - 2
Modules/FindBoost.cmake

@@ -66,7 +66,7 @@
 #
 #
 # SET(Boost_ADDITIONAL_VERSIONS "0.99" "0.99.0" "1.78" "1.78.0")
 # 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
 # Variables used by this module, they can change the default behaviour and
 # need to be set before calling find_package:
 # need to be set before calling find_package:
@@ -133,7 +133,7 @@
 #   Boost_SUBMINOR_VERSION              subminor version number of boost
 #   Boost_SUBMINOR_VERSION              subminor version number of boost
 #
 #
 #   Boost_LIB_DIAGNOSTIC_DEFINITIONS    [WIN32 Only] You can call
 #   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
 #                                       to have diagnostic information about Boost's
 #                                       automatic linking outputted during compilation time.
 #                                       automatic linking outputted during compilation time.
 #
 #

+ 1 - 1
Modules/FindLAPACK.cmake

@@ -18,7 +18,7 @@
 #    interface is found
 #    interface is found
 #  BLA_STATIC  if set on this determines what kind of linkage we do (static)
 #  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
 #  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
 #  BLA_F95     if set on tries to find the f95 interfaces for BLAS/LAPACK
 ### List of vendors (BLA_VENDOR) valid in this module
 ### List of vendors (BLA_VENDOR) valid in this module
 ##  Intel(mkl), ACML,Apple, NAS, Generic
 ##  Intel(mkl), ACML,Apple, NAS, Generic

+ 1 - 1
Modules/FindMotif.cmake

@@ -1,7 +1,7 @@
 # - Try to find Motif (or lesstif)
 # - Try to find Motif (or lesstif)
 # Once done this will define:
 # Once done this will define:
 #  MOTIF_FOUND        - system has MOTIF
 #  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
 #  MOTIF_LIBRARIES    - Link these to use Motif
 
 
 SET(MOTIF_FOUND 0)
 SET(MOTIF_FOUND 0)

+ 2 - 2
Modules/FindRTI.cmake

@@ -2,10 +2,10 @@
 # This module finds if any HLA RTI is installed and locates the standard RTI
 # This module finds if any HLA RTI is installed and locates the standard RTI
 # include files and libraries.
 # 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
 # well defined C++ API that assures that simulation applications are
 # independent on a particular RTI implementation.
 # 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:
 # This code sets the following variables:
 #  RTI_INCLUDE_DIR = the directory where RTI includes file are found
 #  RTI_INCLUDE_DIR = the directory where RTI includes file are found

+ 2 - 2
Modules/FindwxWidgets.cmake

@@ -44,8 +44,8 @@
 #                               against WX, e.g. WXUSINGDLL
 #                               against WX, e.g. WXUSINGDLL
 #  wxWidgets_DEFINITIONS_DEBUG- Contains defines required to compile/link
 #  wxWidgets_DEFINITIONS_DEBUG- Contains defines required to compile/link
 #                               against WX debug builds, e.g. __WXDEBUG__
 #                               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`".
 #                               "`wx-config --cxxflags`".
 #  wxWidgets_USE_FILE         - Convenience include file.
 #  wxWidgets_USE_FILE         - Convenience include file.
 #
 #

+ 1 - 1
Modules/SquishTestScript.cmake

@@ -1,6 +1,6 @@
 #
 #
 # This script launches a GUI test using Squish.  You should not call
 # 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.
 # SQUISH_ADD_TEST macro that is defined in FindSquish.cmake.
 #
 #
 # This script starts the Squish server, launches the test on the
 # This script starts the Squish server, launches the test on the

+ 1 - 1
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)
 # 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"
 MESSAGE(STATUS "Use_wxWindows.cmake is DEPRECATED. \n"
 "Please use FIND_PACKAGE(wxWidgets) and INCLUDE(${wxWidgets_USE_FILE}) instead. (JW)")
 "Please use FIND_PACKAGE(wxWidgets) and INCLUDE(${wxWidgets_USE_FILE}) instead. (JW)")