Revision: 8302 http://playerstage.svn.sourceforge.net/playerstage/?rev=8302&view=rev Author: thjc Date: 2009-10-18 14:23:58 +0000 (Sun, 18 Oct 2009)
Log Message: ----------- applied patch 2859930: Player SVN trunk: silly typos in bitlogic driver Modified Paths: -------------- code/player/trunk/server/drivers/dio/bitlogic/bitlogic.cc Modified: code/player/trunk/server/drivers/dio/bitlogic/bitlogic.cc =================================================================== --- code/player/trunk/server/drivers/dio/bitlogic/bitlogic.cc 2009-10-18 14:20:48 UTC (rev 8301) +++ code/player/trunk/server/drivers/dio/bitlogic/bitlogic.cc 2009-10-18 14:23:58 UTC (rev 8302) @@ -172,7 +172,7 @@ this->init_count = strlen(_init_bits); if ((!((this->init_count) > 0)) || ((this->init_count) > 32)) { - PLAYER_ERROR("invalit length of init_bits string"); + PLAYER_ERROR("invalid length of init_bits string"); this->SetError(-1); return; } @@ -189,7 +189,7 @@ ((this->init_bits) |= 1); break; default: - PLAYER_ERROR("invalud init_bits string"); + PLAYER_ERROR("invalid init_bits string"); this->SetError(-1); return; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Playerstage-commit mailing list Playerstage-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/playerstage-commit