From 0b4c9cb86cf73279f48ae4cc4b0247d2c42bc8f0 Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Fri, 26 Oct 2007 12:13:01 -0400 Subject: STYLE: fixed misspellings of Mac OS X --- Source/kwsys/SystemTools.cxx | 2 +- Source/kwsys/SystemTools.hxx.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/kwsys/SystemTools.cxx b/Source/kwsys/SystemTools.cxx index 064b467..759dc9f 100644 --- a/Source/kwsys/SystemTools.cxx +++ b/Source/kwsys/SystemTools.cxx @@ -3603,7 +3603,7 @@ kwsys_stl::string SystemTools::MakeCindentifier(const char* s) return str; } -// Due to a buggy stream library on the HP and another on Mac OSX, we +// Due to a buggy stream 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. bool SystemTools::GetLineFromStream(kwsys_ios::istream& is, 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. -- cgit v0.12