docs: Fix "occurred" typos in API documentation

This commit is contained in:
Bastien Nocera
2019-01-10 10:58:46 +01:00
parent 94e8f027bd
commit 6fd2ea1dc6
3 changed files with 5 additions and 5 deletions

View File

@@ -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.