summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2009-05-29 18:47:23 -0400
committerMatthias Clasen <mclasen@redhat.com>2009-05-29 18:47:23 -0400
commitd2ac65c8badfbaa4f223912c287bbde575b22de0 (patch)
tree6a7ea4dfd98280f8944050f198dc2da0c184865f
parent7b49379b55b93d290240c9e77d21fa0f20ad2c36 (diff)
downloadgtk+-d2ac65c8badfbaa4f223912c287bbde575b22de0.tar.gz
Fix a typo in the ::update-custom-widget docs
-rw-r--r--gtk/gtkprintoperation.c4
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
*/