Fix a typo in the docs. (#347211, Kouhei Sutou)

2006-07-16  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkprintjob.c (gtk_print_job_send): Fix a typo in
	the docs.  (#347211, Kouhei Sutou)
This commit is contained in:
Matthias Clasen 2006-07-17 03:06:24 +00:00 committed by Matthias Clasen
parent 74dc7e5a01
commit 4a7ae0db4e
3 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2006-07-16 Matthias Clasen <mclasen@redhat.com>
* 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)

View File

@ -1,5 +1,8 @@
2006-07-16 Matthias Clasen <mclasen@redhat.com>
* 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)

View File

@ -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
*