diff options
author | Brad King <brad.king@kitware.com> | 2017-11-07 13:16:14 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-11-07 13:16:14 (GMT) |
commit | 517cfe0b8c327ee4d68de777b812c4854e3d46a8 (patch) | |
tree | dad96aeed2036987012299830121463d88361da0 /Source/kwsys/SystemTools.hxx.in | |
parent | c37c4771cb876146ae0d23a2008482d6fcd53e35 (diff) | |
parent | dc059ae70b2ec79bce2b534876a2f4006293d3b6 (diff) | |
download | CMake-517cfe0b8c327ee4d68de777b812c4854e3d46a8.zip CMake-517cfe0b8c327ee4d68de777b812c4854e3d46a8.tar.gz CMake-517cfe0b8c327ee4d68de777b812c4854e3d46a8.tar.bz2 |
Merge branch 'upstream-KWSys' into update-kwsys
* upstream-KWSys:
KWSys 2017-11-07 (5249a82d)
Diffstat (limited to 'Source/kwsys/SystemTools.hxx.in')
-rw-r--r-- | Source/kwsys/SystemTools.hxx.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/kwsys/SystemTools.hxx.in b/Source/kwsys/SystemTools.hxx.in index 3d109a8..8a02b75 100644 --- a/Source/kwsys/SystemTools.hxx.in +++ b/Source/kwsys/SystemTools.hxx.in @@ -107,7 +107,7 @@ public: } /** - * Replace replace all occurences of the string in the source string. + * Replace replace all occurrences of the string in the source string. */ static void ReplaceString(std::string& source, const char* replace, const char* with); @@ -175,7 +175,7 @@ public: static bool StringEndsWith(const std::string& str1, const char* str2); /** - * Returns a pointer to the last occurence of str2 in str1 + * Returns a pointer to the last occurrence of str2 in str1 */ static const char* FindLastString(const char* str1, const char* str2); @@ -905,7 +905,7 @@ public: /** * Delay the execution for a specified amount of time specified - * in miliseconds + * in milliseconds */ static void Delay(unsigned int msec); |