* clutter/clutter-main.c: amended typo in gtk-doc.
authorØyvind Kolås <pippin@openedhand.com>
Mon, 15 Sep 2008 14:47:25 +0000 (14:47 +0000)
committerØyvind Kolås <pippin@openedhand.com>
Mon, 15 Sep 2008 14:47:25 +0000 (14:47 +0000)
ChangeLog
clutter/clutter-main.c

index fb887e3..88fbd7e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index f0fe5b9..00e1242 100644 (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>