summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorFelix Geyer <debfx@fobos.de>2016-07-10 09:05:56 (GMT)
committerFelix Geyer <debfx@fobos.de>2016-07-10 09:05:56 (GMT)
commit566086187f21aef0686f0f21e97d06e93a205db8 (patch)
tree483e4ac5c9f16a2487dd67880618f8ae5cb3ddd2 /Modules
parent03a50961f338462acc65db876c59e0045f0754d9 (diff)
downloadCMake-566086187f21aef0686f0f21e97d06e93a205db8.zip
CMake-566086187f21aef0686f0f21e97d06e93a205db8.tar.gz
CMake-566086187f21aef0686f0f21e97d06e93a205db8.tar.bz2
Fix typos.
Diffstat (limited to 'Modules')
-rw-r--r--Modules/FindCUDA.cmake2
-rw-r--r--Modules/GenerateExportHeader.cmake2
2 files changed, 2 insertions, 2 deletions
diff --git a/Modules/FindCUDA.cmake b/Modules/FindCUDA.cmake
index 81fc7a8..8c000a0 100644
--- a/Modules/FindCUDA.cmake
+++ b/Modules/FindCUDA.cmake
@@ -299,7 +299,7 @@
# implementation (alternative to:
# CUDA_ADD_CUFFT_TO_TARGET macro)
# CUDA_CUBLAS_LIBRARIES -- Device or emulation library for the Cuda BLAS
-# implementation (alterative to:
+# implementation (alternative to:
# CUDA_ADD_CUBLAS_TO_TARGET macro).
# CUDA_cudart_static_LIBRARY -- Statically linkable cuda runtime library.
# Only available for CUDA version 5.5+
diff --git a/Modules/GenerateExportHeader.cmake b/Modules/GenerateExportHeader.cmake
index 6205b8c..5540236 100644
--- a/Modules/GenerateExportHeader.cmake
+++ b/Modules/GenerateExportHeader.cmake
@@ -81,7 +81,7 @@
# ``OTHER_NAME_EXPORT``, ``OTHER_NAME_NO_EXPORT`` and ``OTHER_NAME_DEPRECATED``
# etc.
#
-# The ``BASE_NAME`` may be overridden by specifiying other options in the
+# The ``BASE_NAME`` may be overridden by specifying other options in the
# function. For example:
#
# .. code-block:: cmake