summaryrefslogtreecommitdiff
path: root/gio/gapplication.c
diff options
context:
space:
mode:
Diffstat (limited to 'gio/gapplication.c')
-rw-r--r--gio/gapplication.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/gapplication.c b/gio/gapplication.c
index 3708e812c..c52f94cba 100644
--- a/gio/gapplication.c
+++ b/gio/gapplication.c
@@ -2230,7 +2230,7 @@ g_application_register (GApplication *application,
* Increases the use count of @application.
*
* Use this function to indicate that the application has a reason to
- * continue to run. For example, g_application_hold() is called by GTK+
+ * continue to run. For example, g_application_hold() is called by GTK
* when a toplevel window is on the screen.
*
* To cancel the hold, call g_application_release().