diff options
author | Matthias Clasen <mclasen@redhat.com> | 2016-03-10 22:46:02 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2016-03-10 22:46:02 -0500 |
commit | 804d330195f4e3a777b64a49d70059af2742f1c0 (patch) | |
tree | 4003f7a3b9e32a60f967f883260368b11052c23b /gtk/gtkcssprovider.c | |
parent | f87da278ad5aa20af58b67fcc79a3ffb55b55d28 (diff) | |
download | gtk+-804d330195f4e3a777b64a49d70059af2742f1c0.tar.gz |
Typo fixes
Fix s/occurence/occurrence in many places.
Diffstat (limited to 'gtk/gtkcssprovider.c')
-rw-r--r-- | gtk/gtkcssprovider.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtkcssprovider.c b/gtk/gtkcssprovider.c index 1b2962cc36..ec2982bdbb 100644 --- a/gtk/gtkcssprovider.c +++ b/gtk/gtkcssprovider.c @@ -215,7 +215,7 @@ gtk_css_provider_class_init (GtkCssProviderClass *klass) * @section: section the error happened in * @error: The parsing error * - * Signals that a parsing error occured. the @path, @line and @position + * Signals that a parsing error occurred. the @path, @line and @position * describe the actual location of the error as accurately as possible. * * Parsing errors are never fatal, so the parsing will resume after @@ -1810,7 +1810,7 @@ gtk_css_provider_load_internal (GtkCssProvider *css_provider, * * Returns: %TRUE. The return value is deprecated and %FALSE will only be * returned for backwards compatibility reasons if an @error is not - * %NULL and a loading error occured. To track errors while loading + * %NULL and a loading error occurred. To track errors while loading * CSS, connect to the #GtkCssProvider::parsing-error signal. **/ gboolean @@ -1858,7 +1858,7 @@ gtk_css_provider_load_from_data (GtkCssProvider *css_provider, * * Returns: %TRUE. The return value is deprecated and %FALSE will only be * returned for backwards compatibility reasons if an @error is not - * %NULL and a loading error occured. To track errors while loading + * %NULL and a loading error occurred. To track errors while loading * CSS, connect to the #GtkCssProvider::parsing-error signal. **/ gboolean @@ -1891,7 +1891,7 @@ gtk_css_provider_load_from_file (GtkCssProvider *css_provider, * * Returns: %TRUE. The return value is deprecated and %FALSE will only be * returned for backwards compatibility reasons if an @error is not - * %NULL and a loading error occured. To track errors while loading + * %NULL and a loading error occurred. To track errors while loading * CSS, connect to the #GtkCssProvider::parsing-error signal. **/ gboolean |