summaryrefslogtreecommitdiff
path: root/gobject
diff options
context:
space:
mode:
authorMathieu Bridon <bochecha@fedoraproject.org>2014-05-05 18:30:56 +0800
committerMathieu Bridon <bochecha@fedoraproject.org>2014-05-05 18:30:56 +0800
commit24fdee7a78f9148fce173781128bd3287ca5ede1 (patch)
tree37b92430257f271500f6ce825082422533bb6f08 /gobject
parent63737df0e82ca1c74e2a622948eb5c0eb209f9d1 (diff)
Fix some typos in documentation
Diffstat (limited to 'gobject')
-rw-r--r--gobject/gtype.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gobject/gtype.h b/gobject/gtype.h
index 41dd857eb..55efeea53 100644
--- a/gobject/gtype.h
+++ b/gobject/gtype.h
@@ -994,7 +994,7 @@ typedef enum /*< skip >*/
* and to do type-specific setup such as registering signals and object
* properties.
* @class_finalize: Location of the class finalization function for
- * classed and instantiatable types. Location fo the default vtable
+ * classed and instantiatable types. Location of the default vtable
* finalization function for interface types. (optional)
* @class_data: User-supplied data passed to the class init/finalize functions.
* @instance_size: Size of the instance (object) structure (required for instantiatable types only).