It is 'registered', not 'registred'

This commit is contained in:
Matthias Clasen
2012-08-18 23:17:47 -04:00
parent e27367f341
commit 4a8740d0d2
2 changed files with 7 additions and 7 deletions

View File

@@ -118,7 +118,7 @@ _g_param_type_init (void)
};
GType type;
/* This should be registred as GParamSpec instead of GParam, for
/* This should be registered as GParamSpec instead of GParam, for
* consistency sake, so that type name can be mapped to struct name,
* However, some language bindings, most noticeable the python ones
* depends on the "GParam" identifier, see #548689