diff --git a/ChangeLog b/ChangeLog index 38b07cc392..818b9549a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2006-07-16 Matthias Clasen + * gtk/gtkprintjob.c (gtk_print_job_send): Fix a typo in + the docs. (#347211, Kouhei Sutou) + * configure.in: Make the test for the sync extension more robust. (#347315, Tommi Komulainen) diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 38b07cc392..818b9549a5 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,8 @@ 2006-07-16 Matthias Clasen + * gtk/gtkprintjob.c (gtk_print_job_send): Fix a typo in + the docs. (#347211, Kouhei Sutou) + * configure.in: Make the test for the sync extension more robust. (#347315, Tommi Komulainen) diff --git a/gtk/gtkprintjob.c b/gtk/gtkprintjob.c index f68a7ca5c4..0ff17f6805 100644 --- a/gtk/gtkprintjob.c +++ b/gtk/gtkprintjob.c @@ -650,7 +650,7 @@ gtk_print_job_get_property (GObject *object, /** * gtk_print_job_send: * @job: a GtkPrintJob - * @callback: function to call when the job completes or an error occures + * @callback: function to call when the job completes or an error occurs * @user_data: user data that gets passed to @callback * @dnotify: destroy notify for @user_data *