diff options
-rw-r--r-- | cpp/src/IceUtil/FileUtil.cpp | 2 | ||||
-rw-r--r-- | cpp/src/IceUtil/FileUtil.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IceUtil/FileUtil.cpp b/cpp/src/IceUtil/FileUtil.cpp index dfcbf670b5c..4e3dc407804 100644 --- a/cpp/src/IceUtil/FileUtil.cpp +++ b/cpp/src/IceUtil/FileUtil.cpp @@ -94,7 +94,7 @@ IceUtilInternal::directoryExists(const string& path) } // -// Determinte if a directory exists and is empty +// Determine if a directory exists and is empty. // #ifndef ICE_OS_WINRT bool diff --git a/cpp/src/IceUtil/FileUtil.h b/cpp/src/IceUtil/FileUtil.h index 8ff6af42406..7d5c478834d 100644 --- a/cpp/src/IceUtil/FileUtil.h +++ b/cpp/src/IceUtil/FileUtil.h @@ -41,7 +41,7 @@ ICE_UTIL_API bool fileExists(const std::string&); ICE_UTIL_API bool directoryExists(const std::string&); // -// Determinte if a directory exists and is empty +// Determine if a directory exists and is empty. // ICE_UTIL_API bool isEmptyDirectory(const std::string&); |