summaryrefslogtreecommitdiff
path: root/glib/gregex.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-08-29 14:49:32 -0400
committerMatthias Clasen <mclasen@redhat.com>2011-08-29 14:49:32 -0400
commit1b28408b8bfe282f671716a39bba3208d3fef39a (patch)
treec21b4b22e09c6872dffb809061086bb01fffa1cb /glib/gregex.h
parent5763c631473539746646697e6a775f6eacaa08e2 (diff)
downloadglib-1b28408b8bfe282f671716a39bba3208d3fef39a.tar.gz
Spelling fixes
Spelling fixes in comments and docs, provided by Kjartan Maraas in bug 657336.
Diffstat (limited to 'glib/gregex.h')
-rw-r--r--glib/gregex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/gregex.h b/glib/gregex.h
index 666b48738..bc5fff87d 100644
--- a/glib/gregex.h
+++ b/glib/gregex.h
@@ -338,7 +338,7 @@ typedef struct _GMatchInfo GMatchInfo;
* @user_data: user data passed to g_regex_replace_eval()
*
* Specifies the type of the function passed to g_regex_replace_eval().
- * It is called for each occurance of the pattern in the string passed
+ * It is called for each occurrence of the pattern in the string passed
* to g_regex_replace_eval(), and it should append the replacement to
* @result.
*