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 ea7c84d5cf4e..ef6e5eb93f9b 100644
--- a/guw/guw.cc
+++ b/guw/guw.cc
@@ -641,7 +641,7 @@ void rep_subn_cyg(string &argument)
regfree(&re);
}
-// Replace all occurences of subexpression number "subexp" with "repl"
+// Replace all occurrences of subexpression number "subexp" with "repl"
void rep_subn( string &argument, const char *pattern, int subexp, const char repl)
{
int status, pos=0;