From 4b64457fdc377d175ae2ba7e7cceb7f669aea758 Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Fri, 14 Aug 2009 11:33:44 +0200 Subject: Review for bug 4071 and fix for bug 4211 --- cpp/src/IceUtil/FileUtil.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/src/IceUtil/FileUtil.cpp') 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) -- cgit v1.2.3