summaryrefslogtreecommitdiff
path: root/gobject/gtype.h
diff options
context:
space:
mode:
Diffstat (limited to 'gobject/gtype.h')
-rw-r--r--gobject/gtype.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gobject/gtype.h b/gobject/gtype.h
index 549ba036e..54befc814 100644
--- a/gobject/gtype.h
+++ b/gobject/gtype.h
@@ -335,7 +335,7 @@ G_BEGIN_DECLS
* G_TYPE_IS_ABSTRACT:
* @type: A #GType value.
*
- * Checks if @type is an abstract type. An abstract type can not be
+ * Checks if @type is an abstract type. An abstract type cannot be
* instantiated and is normally used as an abstract base class for
* derived classes.
*