From 7be0cc289d9745e0842c4fa6c0a6ac3450f3801b Mon Sep 17 00:00:00 2001 From: Jesús Corrius Date: Wed, 1 Feb 2012 14:42:58 +0100 Subject: A few safe replacements of pathes->paths --- guw/guw.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guw') diff --git a/guw/guw.cc b/guw/guw.cc index 431866cb83c1..b1186dba25e0 100644 --- a/guw/guw.cc +++ b/guw/guw.cc @@ -473,7 +473,7 @@ void myCygpath(string &path, int shortname /* =1 */ ) // Only use cygwin_conv_to_win32_path() on absolute paths as it errors // out if its path doen't exist. Unfortunatelt there are a lot of not - // existing relative pathes used as parameters during an OOo build. + // existing relative paths used as parameters during an OOo build. if( path.find("/", 0) == 0) { err = cygwin_conv_to_win32_path( path.c_str(), convpath ); } -- cgit