diff options
author | Matthias Clasen <mclasen@redhat.com> | 2009-05-29 18:47:23 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2009-05-29 18:47:23 -0400 |
commit | d2ac65c8badfbaa4f223912c287bbde575b22de0 (patch) | |
tree | 6a7ea4dfd98280f8944050f198dc2da0c184865f | |
parent | 7b49379b55b93d290240c9e77d21fa0f20ad2c36 (diff) | |
download | gtk+-d2ac65c8badfbaa4f223912c287bbde575b22de0.tar.gz |
Fix a typo in the ::update-custom-widget docs
-rw-r--r-- | gtk/gtkprintoperation.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkprintoperation.c b/gtk/gtkprintoperation.c index d0e6fb9aae..c3b61c03d7 100644 --- a/gtk/gtkprintoperation.c +++ b/gtk/gtkprintoperation.c @@ -830,9 +830,9 @@ gtk_print_operation_class_init (GtkPrintOperationClass *class) * @setup: actual page setup * @settings: actual print settings * - * Emmited after change of selected printer. The actual page setup and + * Emitted after change of selected printer. The actual page setup and * print settings are passed to the custom widget, which can actualize - * itself according to this change. + * itself according to this change. * * Since: 2.18 */ |