comment typo fix
Stefan Schuermans

Stefan Schuermans commited on 2012-05-01 21:23:04
Showing 1 changed files, with 1 additions and 1 deletions.

... ...
@@ -66,7 +66,7 @@ void Stream::setFrame(stBlinkenFrame *pFrame)
66 66
   }
67 67
   if (pFrame) {
68 68
     m_pFrame = BlinkenFrameClone(pFrame);
69
-    // in case of NULL returned: out of memory - got on without frame
69
+    // in case of NULL returned: out of memory - go on without frame
70 70
   }
71 71
 
72 72
   // pass frame to all receivers
73 73