From 2db35f046a1b0a8f552ac2e8e9be7cd5c01a5f82 Mon Sep 17 00:00:00 2001 From: kevin Date: Fri, 2 Nov 2012 19:07:36 -0700 Subject: [PATCH] cmTimeLine.h Changed comment on kInitMsgTlId --- app/cmTimeLine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/cmTimeLine.h b/app/cmTimeLine.h index c20d0fa..3d27886 100644 --- a/app/cmTimeLine.h +++ b/app/cmTimeLine.h @@ -185,7 +185,7 @@ extern "C" { typedef enum { kInvalidMsgTlId, - kInitMsgTlId, // A new time-line object is begin intialized. + kInitMsgTlId, // A a set of time-line objects is about to be transmitted kFinalMsgTlId, // A time-line object is being finalized. kDoneMsgTlId, // All the objects assoc'd with a time line seq-notify have been sent. kInsertMsgTlId, // A time-line object was inserted.