summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2015-09-10 20:46:21 -0500
committerMichael Catanzaro <mcatanzaro@gnome.org>2015-09-10 20:46:37 -0500
commitee6740aa78d267d9890bc3830a723dbc1eaf303a (patch)
tree97e0d35e98cdde1fe00f567c29469abb61b5f7a3
parentb8a5e22b6b6280ad05dd14cfa920316e85e30d04 (diff)
downloadglib-ee6740aa78d267d9890bc3830a723dbc1eaf303a.tar.gz
Fix a typo
-rw-r--r--gobject/gobject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gobject/gobject.c b/gobject/gobject.c
index ac0fa18e7..3a0d00833 100644
--- a/gobject/gobject.c
+++ b/gobject/gobject.c
@@ -1503,7 +1503,7 @@ object_interface_check_properties (gpointer check_data,
*
* If the interface was not writable to begin with then we don't
* really have any problems here because "writable at construct
- * type only" is still more permissive than "read only".
+ * time only" is still more permissive than "read only".
*/
if (pspecs[n]->flags & G_PARAM_WRITABLE)
{