[clutter] Fix typo



commit 1a85b87fc9846879be0774a49993d3095eee36d1
Author: Alexandre Franke <alexandre franke gmail com>
Date:   Thu Jun 2 20:56:22 2011 +0200

    Fix typo

 clutter/clutter-media.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/clutter/clutter-media.c b/clutter/clutter-media.c
index 6764781..c05e39b 100644
--- a/clutter/clutter-media.c
+++ b/clutter/clutter-media.c
@@ -89,7 +89,7 @@ clutter_media_default_init (ClutterMediaInterface *iface)
    */
   pspec = g_param_spec_boolean ("playing",
                                 P_("Playing"),
-                                P_("Wheter the actor is playing"),
+                                P_("Whether the actor is playing"),
                                 FALSE,
                                 CLUTTER_PARAM_READWRITE);
   g_object_interface_install_property (iface, pspec);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]