From 7294239d64ee3548858765709b426782cb954edf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=98yvind=20Kol=C3=A5s?= <pippin@openedhand.com>
Date: Mon, 15 Sep 2008 14:47:25 +0000
Subject: [PATCH] * clutter/clutter-main.c: amended typo in gtk-doc.

---
 ChangeLog              | 4 ++++
 clutter/clutter-main.c | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index fb887e348..88fbd7e3d 100644
--- 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
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 <option>--help</option> output, after
  *   <literal><replaceable>programname</replaceable> [OPTION...]</literal>