summaryrefslogtreecommitdiff
path: root/guw
diff options
context:
space:
mode:
Diffstat (limited to 'guw')
-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 );
}