summaryrefslogtreecommitdiff
path: root/glib/gpattern.c
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2019-01-10 10:58:46 +0100
committerBastien Nocera <hadess@hadess.net>2019-11-21 13:07:08 +0100
commit6fd2ea1dc6cb687e7c996ed1fe016b162a5399e0 (patch)
tree1683a75e53a2b14b154107ab907c7dc30fa8509c /glib/gpattern.c
parent94e8f027bd85ac4fce8d9ceffad5f3fedcd54725 (diff)
downloadglib-6fd2ea1dc6cb687e7c996ed1fe016b162a5399e0.tar.gz
docs: Fix "occurred" typos in API documentation
Diffstat (limited to 'glib/gpattern.c')
-rw-r--r--glib/gpattern.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/gpattern.c b/glib/gpattern.c
index a43d86668..16a0bf5f7 100644
--- a/glib/gpattern.c
+++ b/glib/gpattern.c
@@ -131,7 +131,7 @@ g_pattern_ph_match (const gchar *match_pattern,
return TRUE;
if (next_wildcard_reached)
/* the forthcoming pattern substring up to the next wildcard has
- * been matched, but a mismatch occoured for the rest of the
+ * been matched, but a mismatch occurred for the rest of the
* pattern, following the next wildcard.
* there's no need to advance the current match position any
* further if the rest pattern will not match.