[clutter-tutorial] typo
- From: Murray Cumming <murrayc src gnome org>
- To: svn-commits-list gnome org
- Subject: [clutter-tutorial] typo
- Date: Fri, 1 May 2009 04:41:52 -0400 (EDT)
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]