diff options
Diffstat (limited to 'cpp/src/IceUtil/FileUtil.cpp')
-rw-r--r-- | cpp/src/IceUtil/FileUtil.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IceUtil/FileUtil.cpp b/cpp/src/IceUtil/FileUtil.cpp index 2b0b0077543..0bd0e7e46f6 100644 --- a/cpp/src/IceUtil/FileUtil.cpp +++ b/cpp/src/IceUtil/FileUtil.cpp @@ -19,7 +19,7 @@ using namespace std; // -// Detemine if path is an absolute path +// Determine if path is an absolute path // bool IceUtilInternal::isAbsolutePath(const string& path) @@ -60,7 +60,7 @@ IceUtilInternal::isAbsolutePath(const string& path) } // -// Detemine if a directory exists. +// Determine if a directory exists. // bool IceUtilInternal::directoryExists(const string& path) |