From 51dd7c5e4a1cf10177725a8c471731f0c4947159 Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Tue, 22 Feb 2011 22:02:05 -0500 Subject: [PATCH] application: fix a typo in the docs annotation --- gio/gapplication.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gapplication.c b/gio/gapplication.c index 8c6463a..263b71a 100644 --- a/gio/gapplication.c +++ b/gio/gapplication.c @@ -540,7 +540,7 @@ g_application_class_init (GApplicationClass *class) * @application: the application * * The ::startup signal is emitted on the primary instance immediately - * after registration. See g_activation_register(). + * after registration. See g_application_register(). */ g_application_signals[SIGNAL_STARTUP] = g_signal_new ("startup", G_TYPE_APPLICATION, G_SIGNAL_RUN_LAST, -- 2.7.4