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/gtkprintoperation.h | |
parent | f87da278ad5aa20af58b67fcc79a3ffb55b55d28 (diff) | |
download | gtk+-804d330195f4e3a777b64a49d70059af2742f1c0.tar.gz |
Typo fixes
Fix s/occurence/occurrence in many places.
Diffstat (limited to 'gtk/gtkprintoperation.h')
-rw-r--r-- | gtk/gtkprintoperation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkprintoperation.h b/gtk/gtkprintoperation.h index 1a906e0cce..3ae0ed4924 100644 --- a/gtk/gtkprintoperation.h +++ b/gtk/gtkprintoperation.h @@ -81,7 +81,7 @@ typedef enum { /** * GtkPrintOperationResult: - * @GTK_PRINT_OPERATION_RESULT_ERROR: An error has occured. + * @GTK_PRINT_OPERATION_RESULT_ERROR: An error has occurred. * @GTK_PRINT_OPERATION_RESULT_APPLY: The print settings should be stored. * @GTK_PRINT_OPERATION_RESULT_CANCEL: The print operation has been canceled, * the print settings should not be stored. |