diff options
author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2007-01-27 20:29:41 (GMT) |
---|---|---|
committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2007-01-27 20:29:41 (GMT) |
commit | 9c3fb107a8a66fdd1bfdd7f763ff8cb8a7114d63 (patch) | |
tree | e9d807c5bb43cc81c034db7f3bb4178af6fdced9 /Source | |
parent | fd9a41a65324c8982e345b62ab1592fbd422893e (diff) | |
download | CMake-9c3fb107a8a66fdd1bfdd7f763ff8cb8a7114d63.zip CMake-9c3fb107a8a66fdd1bfdd7f763ff8cb8a7114d63.tar.gz CMake-9c3fb107a8a66fdd1bfdd7f763ff8cb8a7114d63.tar.bz2 |
STYLE: Fix typo
Diffstat (limited to 'Source')
-rw-r--r-- | Source/kwsys/System.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/kwsys/System.h.in b/Source/kwsys/System.h.in index 731bec9..95a454c 100644 --- a/Source/kwsys/System.h.in +++ b/Source/kwsys/System.h.in @@ -80,7 +80,7 @@ enum kwsysSystem_Shell_Flag_e Shell_Flag_Make. */ kwsysSystem_Shell_Flag_VSIDE = (1<<1), - /** In a windows whell the argument is being passed to "echo". */ + /** In a windows shell the argument is being passed to "echo". */ kwsysSystem_Shell_Flag_EchoWindows = (1<<2), /** The target shell is in a Watcom WMake makefile. */ |