* clutter/clutter-main.c: amended typo in gtk-doc.

This commit is contained in:
Øyvind Kolås 2008-09-15 14:47:25 +00:00
parent 8d429e8abc
commit 7294239d64
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-09-15 Øyvind Kolås <pippin@linux.intel.com>
* clutter/clutter-main.c: amended typo in gtk-doc.
2008-09-12 Neil Roberts <neil@linux.intel.com>
Bug 1034 - Picking doesn't work on Eee PC

View File

@ -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 <option>--help</option> output, after
* <literal><replaceable>programname</replaceable> [OPTION...]</literal>