From d2ac65c8badfbaa4f223912c287bbde575b22de0 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 29 May 2009 18:47:23 -0400 Subject: [PATCH] Fix a typo in the ::update-custom-widget docs --- gtk/gtkprintoperation.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtkprintoperation.c b/gtk/gtkprintoperation.c index d0e6fb9aa..c3b61c03d 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 */ -- 2.43.2