summaryrefslogtreecommitdiff
path: root/gobject
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2011-03-24 09:33:55 +0100
committerMurray Cumming <murrayc@murrayc.com>2011-03-24 09:33:55 +0100
commit30fdc1a79938540af7bad0af68d0a3b8af14f117 (patch)
tree75cd111b3aa198915e1be28de5afd6f8a35b4e4a /gobject
parent16358f76f6cef6865660e00952fa4d1a35437bce (diff)
Docs: Changed can not to cannot.
Diffstat (limited to 'gobject')
-rw-r--r--gobject/gtype.h2
-rw-r--r--gobject/gtypemodule.c2
-rw-r--r--gobject/gvalue.h2
3 files changed, 3 insertions, 3 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.
*
diff --git a/gobject/gtypemodule.c b/gobject/gtypemodule.c
index 76d675aa2..d7f6bc4ad 100644
--- a/gobject/gtypemodule.c
+++ b/gobject/gtypemodule.c
@@ -49,7 +49,7 @@
* types and interface implementations are in use, the module is kept
* loaded. When the types and interfaces are gone, the module may be
* unloaded. If the types and interfaces become used again, the module
- * will be reloaded. Note that the last unref can not happen in module
+ * will be reloaded. Note that the last unref cannot happen in module
* code, since that would lead to the caller's code being unloaded before
* g_object_unref() returns to it.
*
diff --git a/gobject/gvalue.h b/gobject/gvalue.h
index 89f2ee0e4..60c19199d 100644
--- a/gobject/gvalue.h
+++ b/gobject/gvalue.h
@@ -101,7 +101,7 @@ typedef void (*GValueTransform) (const GValue *src_value,
* to functions within a #GTypeValueTable structure, or implementations of
* the g_value_*() API. That is, code portions which implement new fundamental
* types.
- * #GValue users can not make any assumptions about how data is stored
+ * #GValue users cannot make any assumptions about how data is stored
* within the 2 element @data union, and the @g_type member should
* only be accessed through the G_VALUE_TYPE() macro.
*/