Stefan Schuermans

Stefan Schuermans commited on 2011-12-22 22:48:19
Showing 1 changed files, with 1 additions and 1 deletions.

... ...
@@ -200,7 +200,7 @@ void Player::procFrame()
200 200
 /// send current frame to output stream
201 201
 void Player::sendFrame()
202 202
 {
203
-  // frame avalable -> send it
203
+  // frame available -> send it
204 204
   if (m_curValid) {
205 205
     stBlinkenFrame *pFrame =
206 206
       BlinkenMovieGetFrame(m_curEntry->m_pObj->m_pMovie, m_curFrame);
207 207