summaryrefslogtreecommitdiff
path: root/guw/guw.cc
diff options
context:
space:
mode:
authorJesús Corrius <jesus@softcatala.org>2012-02-01 14:42:58 +0100
committerJesús Corrius <jesus@softcatala.org>2012-02-01 14:43:37 +0100
commit7be0cc289d9745e0842c4fa6c0a6ac3450f3801b (patch)
tree5b349b17cc872dfb45ef5ec73a6ba2eec27a37ef /guw/guw.cc
parente8b7f1faaf3b0fd837a236a4a53d0f7392723713 (diff)
A few safe replacements of pathes->paths
Diffstat (limited to 'guw/guw.cc')
-rw-r--r--guw/guw.cc2
1 files changed, 1 insertions, 1 deletions
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 );
}