summaryrefslogtreecommitdiff
path: root/gtk/gtkprintbackend.c
diff options
context:
space:
mode:
authorJohan Dahlin <jdahlin@async.com.br>2008-06-19 17:42:14 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-06-19 17:42:14 +0000
commit2a5a00646dd7c26cccf394c52e6d20e64c791d72 (patch)
treef183912334471210e9ea63a4cf0c3b25b83e7a74 /gtk/gtkprintbackend.c
parent8aa6c973d893ac2aa08517bee8aaa986577f6cfa (diff)
downloadgtk+-2a5a00646dd7c26cccf394c52e6d20e64c791d72.tar.gz
Fix a typo in a comment
2008-06-19 Johan Dahlin <jdahlin@async.com.br> * gtk/gtkprintbackend.c: Fix a typo in a comment svn path=/trunk/; revision=20471
Diffstat (limited to 'gtk/gtkprintbackend.c')
-rw-r--r--gtk/gtkprintbackend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkprintbackend.c b/gtk/gtkprintbackend.c
index 9b4e455208..e9c00d8f25 100644
--- a/gtk/gtkprintbackend.c
+++ b/gtk/gtkprintbackend.c
@@ -126,7 +126,7 @@ gtk_print_backend_module_load (GTypeModule *module)
pb_module->exit = exitp;
pb_module->create = createp;
- /* call the filesystems's init function to let it */
+ /* call the printbackend's init function to let it */
/* setup anything it needs to set up. */
pb_module->init (module);