[clutter-tutorial] typo



commit 56f883eba94993b81c65930617786aa447d88d11
Author: Murray Cumming <murrayc murrayc com>
Date:   Fri May 1 10:41:47 2009 +0200

    typo
---
 examples/scrolling/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/examples/scrolling/main.c b/examples/scrolling/main.c
index c2a227e..b5554aa 100644
--- a/examples/scrolling/main.c
+++ b/examples/scrolling/main.c
@@ -56,7 +56,7 @@ main (int argc, char *argv[])
   clutter_stage_set_color (CLUTTER_STAGE (stage), &stage_color);
   clutter_actor_set_size (stage, 640, 480);
 
-  /* Createa a viewport actor to be able to scroll actor. By passing NULL it
+  /* Create a viewport actor to be able to scroll actor. By passing NULL it
    * will create new GtkAdjustments. */
   ClutterActor *viewport = gtk_clutter_viewport_new (NULL, NULL);
   clutter_container_add_actor (CLUTTER_CONTAINER (stage), viewport);



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