From 7d56c052d49d9e1c7b5d8860dd19e53f9b357edb Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 24 Jan 2012 22:28:34 -0500 Subject: [PATCH] Fix a doc typo --- gtk/gtkapplication.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkapplication.c b/gtk/gtkapplication.c index 110901575..e3ead26d4 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 G_DEBUG, so this should not be a big + * such as G_DEBUG, 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. -- 2.43.2