diff options
author | Benoit Foucher <benoit@zeroc.com> | 2009-08-14 11:33:44 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2009-08-14 11:33:44 +0200 |
commit | 4b64457fdc377d175ae2ba7e7cceb7f669aea758 (patch) | |
tree | e4b083270c351c4b0a3ede12d6edbe251d9a605e /cpp/src/IceUtil/FileUtil.cpp | |
parent | Fixed encapsulation sizes in raw perf clients (diff) | |
download | ice-4b64457fdc377d175ae2ba7e7cceb7f669aea758.tar.bz2 ice-4b64457fdc377d175ae2ba7e7cceb7f669aea758.tar.xz ice-4b64457fdc377d175ae2ba7e7cceb7f669aea758.zip |
Review for bug 4071 and fix for bug 4211
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) |