]> Pileus Git - ~andy/gtk/commitdiff
Fix a doc typo
authorMatthias Clasen <mclasen@redhat.com>
Wed, 25 Jan 2012 03:28:34 +0000 (22:28 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 25 Jan 2012 03:28:34 +0000 (22:28 -0500)
gtk/gtkapplication.c

index 110901575ccf178f7d37f475ac0945225cfb1616..e3ead26d4bacec0571ccb3f1e0f76343fcb89d2d 100644 (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.