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
This commit is contained in:
Johan Dahlin 2008-06-19 17:42:14 +00:00 committed by Johan Dahlin
parent 8aa6c973d8
commit 2a5a00646d
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2008-06-19 Johan Dahlin <jdahlin@async.com.br>
* gtk/gtkprintbackend.c: Fix a typo in a comment
* gtk/gtkhsv.c (paint_ring, paint_triangle):
Cast buf to unsigned char to avoid two compiler
warnings.

View File

@ -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);