Fixed typos.

This commit is contained in:
hiker 2015-11-06 16:30:34 +11:00
parent 541509f29a
commit 00843b8685

View File

@ -94,7 +94,7 @@ void Protocol::requestStart()
*/
void Protocol::requestPause()
{
ProtocolManager::getInstance()->requestPaues(this);
ProtocolManager::getInstance()->requestPause(this);
} // requestPause
// ----------------------------------------------------------------------------
@ -102,7 +102,7 @@ void Protocol::requestPause()
*/
void Protocol::requestUnpause()
{
ProtocolManager::getInstance()->requestUnpaues(this);
ProtocolManager::getInstance()->requestUnpause(this);
} // requestUnpause
// ----------------------------------------------------------------------------