summaryrefslogtreecommitdiff
path: root/glib/gerror.c
diff options
context:
space:
mode:
Diffstat (limited to 'glib/gerror.c')
-rw-r--r--glib/gerror.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/gerror.c b/glib/gerror.c
index 7ac85fc66..ea168e020 100644
--- a/glib/gerror.c
+++ b/glib/gerror.c
@@ -53,7 +53,7 @@
* These two kinds of errors are fundamentally different: runtime errors
* should be handled or reported to the user, programming errors should
* be eliminated by fixing the bug in the program. This is why most
- * functions in GLib and GTK+ do not use the #GError facility.
+ * functions in GLib and GTK do not use the #GError facility.
*
* Functions that can fail take a return location for a #GError as their
* last argument. On error, a new #GError instance will be allocated and