Fix a doc typo

This commit is contained in:
Matthias Clasen 2012-01-24 22:28:34 -05:00
parent d818bdc297
commit 7d56c052d4

View File

@ -824,7 +824,7 @@ gtk_application_class_init (GtkApplicationClass *class)
* Note that commandline arguments are not passed to gtk_init().
* All GTK+ functionality that is available via commandline arguments
* can also be achieved by setting suitable environment variables
* such as <envvar>G_DEBUG</envvar>, so this should not be a big
* such as <envar>G_DEBUG</envar>, so this should not be a big
* problem. If you absolutely must support GTK+ commandline arguments,
* you can explicitly call gtk_init() before creating the application
* instance.