Typo: thow->throw

Change-Id: I3db188dbd7db19d69dc2683fac3e912d1aef8847
This commit is contained in:
Julien Nabet
2015-04-18 23:12:30 +02:00
parent fc80f2fcff
commit d1aae56014

View File

@@ -91,7 +91,7 @@ Player::Player( const uno::Reference< lang::XMultiServiceFactory >& rxMgr ) :
if (pError != NULL)
{
// TODO: thow an exception?
// TODO: throw an exception?
DBG( "%p Player::Player error '%s'", this, pError->message );
g_error_free (pError);
}