From 6e9349d858412dcb12bff17be4b85c6365e81ff0 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 17 Sep 2010 10:30:37 -0400 Subject: [PATCH] Fix a trivial typo in a doc comment https://bugzilla.gnome.org/show_bug.cgi?id=629733 --- gtk/gtkmain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkmain.c b/gtk/gtkmain.c index 6d9eca5a7f..e9ebc01a50 100644 --- a/gtk/gtkmain.c +++ b/gtk/gtkmain.c @@ -337,7 +337,7 @@ gtk_get_interface_age (void) * This function is primarily for GTK+ modules; the module * can call this function to check that it wasn't loaded * into an incompatible version of GTK+. However, such a - * a check isn't completely reliable, since the module may be + * check isn't completely reliable, since the module may be * linked against an old version of GTK+ and calling the * old version of gtk_check_version(), but still get loaded * into an application using a newer version of GTK+.