diff options
author | Murray Cumming <murrayc@murrayc.com> | 2012-02-15 11:53:03 +0100 |
---|---|---|
committer | Murray Cumming <murrayc@murrayc.com> | 2012-02-15 11:53:03 +0100 |
commit | d4992b3d10f64918017617cda0fdaba4d132bf99 (patch) | |
tree | b1062c746ed25c4af5edd3a46436f84eafecb53c | |
parent | d240b883155183fcb9723766b4e4b4b5a0db57ff (diff) | |
download | glib-d4992b3d10f64918017617cda0fdaba4d132bf99.tar.gz |
g_application_activate(): Fix typo in docs.
-rw-r--r-- | gio/gapplication.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/gapplication.c b/gio/gapplication.c index 0d523d33a..0db05ba9c 100644 --- a/gio/gapplication.c +++ b/gio/gapplication.c @@ -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. |