summaryrefslogtreecommitdiff
path: root/gtk/gtkprintjob.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2006-07-17 03:06:24 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-07-17 03:06:24 +0000
commit4a7ae0db4ea5e5a48a525448ec30239d493bd428 (patch)
treed3c9c13f751bb82ec5eec3f75cbb6e9bebd611c4 /gtk/gtkprintjob.c
parent74dc7e5a015c5d19b19ea48819f51922cb36dcaa (diff)
downloadgtk+-4a7ae0db4ea5e5a48a525448ec30239d493bd428.tar.gz
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)
Diffstat (limited to 'gtk/gtkprintjob.c')
-rw-r--r--gtk/gtkprintjob.c2
1 files changed, 1 insertions, 1 deletions
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
*