From 4d8a013bd317355ed4bd06687cf163eed1a04191 Mon Sep 17 00:00:00 2001 From: Brandon Lewis Date: Wed, 9 Jun 2010 18:57:59 +0200 Subject: [PATCH] fix typos in comment block --- tests/check/ges/simplelayer.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/check/ges/simplelayer.c b/tests/check/ges/simplelayer.c index c46bb7c168..d45f65c025 100644 --- a/tests/check/ges/simplelayer.c +++ b/tests/check/ges/simplelayer.c @@ -244,12 +244,12 @@ GST_START_TEST (test_gsl_with_transitions) fail_unless_equals_uint64 (GES_TIMELINE_OBJECT_DURATION (tr5), HALF_SECOND); /* simple test scenario with several sources in layer */ - /* 0 [0 0.5 1 1.5 2 2.5 3] */ - /* 1 [1-tr1--] */ - /* 2 [0--source1----][3-tr2--] */ - /* 3 [2---source2-----] */ - /* 4 [4---source3---] */ - /* 5 [5---source4-----] */ + /* [0 0.5 1 1.5 2 2.5 3] */ + /* 0 [1-tr1--] */ + /* 1 [0--source1----][3-tr2--] */ + /* 2 [2---source2-----] */ + /* 3 [4---source3---] */ + /* 4 [5---source4-----] */ gstl = GES_SIMPLE_TIMELINE_LAYER (layer);