g_application_activate(): Fix typo in docs.

This commit is contained in:
Murray Cumming 2012-02-15 11:53:03 +01:00
parent d240b88315
commit d4992b3d10

View 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.