aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Habacker <ralf.habacker@freenet.de>2007-09-11 17:01:25 +0000
committerRalf Habacker <ralf.habacker@freenet.de>2007-09-11 17:01:25 +0000
commitc9d3b8bd84f2d0f71a0117326393dc7e865ad62b (patch)
tree6b6a854467de36b12c74ebda5a2e5749e4a15105
parentde2d94c74080a05dde9b741943d660066938f3a1 (diff)
downloadextra-cmake-modules-c9d3b8bd84f2d0f71a0117326393dc7e865ad62b.tar.gz
extra-cmake-modules-c9d3b8bd84f2d0f71a0117326393dc7e865ad62b.tar.bz2
fixed spelling error
svn path=/trunk/KDE/kdelibs/; revision=711185
-rw-r--r--modules/Win32Macros.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/Win32Macros.cmake b/modules/Win32Macros.cmake
index 4385cc97..3b2df54b 100644
--- a/modules/Win32Macros.cmake
+++ b/modules/Win32Macros.cmake
@@ -11,7 +11,7 @@ if (WIN32)
# addExplorerWrapper creates batch files for fast access
# to the build environment from the win32 explorer.
#
- # For mingw and nmake projects it's opens a command shell,
+ # For mingw and nmake projects it opens a command shell,
# for Visual Studio IDE's (at least tested with VS 8 2005) it
# opens the related .sln file with paths setting specified at
# configure time.