diff --git a/ChangeLog b/ChangeLog index fb887e348..88fbd7e3d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-09-15 Øyvind Kolås + + * clutter/clutter-main.c: amended typo in gtk-doc. + 2008-09-12 Neil Roberts Bug 1034 - Picking doesn't work on Eee PC diff --git a/clutter/clutter-main.c b/clutter/clutter-main.c index f0fe5b979..00e12422a 100644 --- a/clutter/clutter-main.c +++ b/clutter/clutter-main.c @@ -1289,7 +1289,7 @@ clutter_init_real (GError **error) /** * clutter_init_with_args: * @argc: a pointer to the number of command line arguments - * @argv: a pointer to the array of comman line arguments + * @argv: a pointer to the array of command line arguments * @parameter_string: a string which is displayed in the * first line of output, after * programname [OPTION...]