forked from AuroraMiddleware/gtk
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:
parent
8aa6c973d8
commit
2a5a00646d
@ -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.
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user