1
0
Fork 0

2008-04-17 Emmanuele Bassi <ebassi@openedhand.com>

* clutter/clutter-units.c (clutter_value_get_unit): Fix typo
	in the function name.
This commit is contained in:
Emmanuele Bassi 2008-04-17 11:40:46 +00:00
parent f9ce6576b4
commit 3d30622d96
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2008-04-17 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-units.c (clutter_value_get_unit): Fix typo
in the function name.
2008-04-17 Emmanuele Bassi <ebassi@openedhand.com>
* HACKING: Amend coding style and tenets, as it is now possible

View file

@ -167,7 +167,7 @@ clutter_value_set_unit (GValue *value,
* Since: 0.8
*/
ClutterUnit
cluttter_value_get_unit (const GValue *value)
clutter_value_get_unit (const GValue *value)
{
g_return_val_if_fail (CLUTTER_VALUE_HOLDS_UNIT (value), 0);