From 1225c5c8ed547822651264790b45be919c8f0992 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Tue, 8 Jul 2014 13:24:07 +0200 Subject: [PATCH] Fix comment in gswe_init_with_dir() --- src/swe-glib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/swe-glib.c b/src/swe-glib.c index cd1c3dd..b7acd7b 100644 --- a/src/swe-glib.c +++ b/src/swe-glib.c @@ -131,7 +131,7 @@ void gswe_init_with_dir(gchar *directory) gswe_initializing = TRUE; - /* Before 2.34, g_type_init() must have been called. Let's do it! */ + /* Before 2.36, g_type_init() must have been called. Let's do it! */ #if !GLIB_CHECK_VERSION(2, 36, 0) g_type_init(); #endif