g_application_activate(): Fix typo in docs.
authorMurray Cumming <murrayc@murrayc.com>
Wed, 15 Feb 2012 10:53:03 +0000 (11:53 +0100)
committerMurray Cumming <murrayc@murrayc.com>
Wed, 15 Feb 2012 10:53:03 +0000 (11:53 +0100)
gio/gapplication.c

index 0d523d3..0db05ba 100644 (file)
@@ -1272,7 +1272,7 @@ g_application_release (GApplication *application)
  *
  * Activates the application.
  *
- * In essence, this results in the #GApplication::activate() signal being
+ * In essence, this results in the #GApplication::activate signal being
  * emitted in the primary instance.
  *
  * The application must be registered before calling this function.