[gtk+] Fix a doc typo



commit 7d56c052d49d9e1c7b5d8860dd19e53f9b357edb
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Jan 24 22:28:34 2012 -0500

    Fix a doc typo

 gtk/gtkapplication.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkapplication.c b/gtk/gtkapplication.c
index 1109015..e3ead26 100644
--- a/gtk/gtkapplication.c
+++ b/gtk/gtkapplication.c
@@ -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.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]