summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/SystemTools.hxx.in
diff options
context:
space:
mode:
authorSean McBride <sean@rogue-research.com>2007-10-26 16:13:01 (GMT)
committerSean McBride <sean@rogue-research.com>2007-10-26 16:13:01 (GMT)
commit0b4c9cb86cf73279f48ae4cc4b0247d2c42bc8f0 (patch)
treefca42734e1eba63452b7f76180f617901665f5e2 /Source/kwsys/SystemTools.hxx.in
parent0398d8ad38c5a00aba7286fd511c15bad55f2987 (diff)
downloadCMake-0b4c9cb86cf73279f48ae4cc4b0247d2c42bc8f0.zip
CMake-0b4c9cb86cf73279f48ae4cc4b0247d2c42bc8f0.tar.gz
CMake-0b4c9cb86cf73279f48ae4cc4b0247d2c42bc8f0.tar.bz2
STYLE: fixed misspellings of Mac OS X
Diffstat (limited to 'Source/kwsys/SystemTools.hxx.in')
-rw-r--r--Source/kwsys/SystemTools.hxx.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/kwsys/SystemTools.hxx.in b/Source/kwsys/SystemTools.hxx.in
index 6faf9d2..7679846 100644
--- a/Source/kwsys/SystemTools.hxx.in
+++ b/Source/kwsys/SystemTools.hxx.in
@@ -427,7 +427,7 @@ public:
/**
* Read line from file. Make sure to get everything. Due to a buggy stream
- * library on the HP and another on Mac OSX, we need this very carefully
+ * library on the HP and another on Mac OS X, we need this very carefully
* written version of getline. Returns true if any data were read before the
* end-of-file was reached. If the has_newline argument is specified, it will
* be true when the line read had a newline character.