From 9438ff535b658b2074c9d2e1047dbe70f134152b Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Tue, 15 Jul 2014 19:22:08 +0000 Subject: [PATCH] fixed a typo --- src/protocol.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/protocol.cpp b/src/protocol.cpp index 120c64e7..b1dd22b9 100755 --- a/src/protocol.cpp +++ b/src/protocol.cpp @@ -1956,7 +1956,7 @@ bool CProtocol::ParseMessageFrame ( const CVector& vecbyData, // Extract actual data ----------------------------------------------------- // TODO this memory allocation is done in the real time thread but should be -// done in the low prioirity protocol management thread +// done in the low priority protocol management thread vecbyMesBodyData.Init ( iLenBy );