diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2008-02-23 06:34:00 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2008-02-23 06:34:00 +0000 |
commit | 6aa117bf51febc0e755319886b1d69ca47ef0a7d (patch) | |
tree | 4cb71b513a51aedf1222f53fd3466a890501d669 /gobject/gparam.c | |
parent | a24587ad098dcdf76d1b4c4fb7d007fc2cc11dc5 (diff) |
Typo fix
svn path=/trunk/; revision=6564
Diffstat (limited to 'gobject/gparam.c')
-rw-r--r-- | gobject/gparam.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gobject/gparam.c b/gobject/gparam.c index 5642aec9f..8affe893c 100644 --- a/gobject/gparam.c +++ b/gobject/gparam.c @@ -923,7 +923,7 @@ pool_depth_list (gpointer key, } /* We handle interfaces specially since we don't want to - * count interface prerequsites like normal inheritance; + * count interface prerequisites like normal inheritance; * the property comes from the direct inheritance from * the prerequisite class, not from the interface that * prerequires it. |