Kaydet (Commit) d1aae560 authored tarafından Julien Nabet's avatar Julien Nabet

Typo: thow->throw

Change-Id: I3db188dbd7db19d69dc2683fac3e912d1aef8847
üst fc80f2fc
...@@ -91,7 +91,7 @@ Player::Player( const uno::Reference< lang::XMultiServiceFactory >& rxMgr ) : ...@@ -91,7 +91,7 @@ Player::Player( const uno::Reference< lang::XMultiServiceFactory >& rxMgr ) :
if (pError != NULL) if (pError != NULL)
{ {
// TODO: thow an exception? // TODO: throw an exception?
DBG( "%p Player::Player error '%s'", this, pError->message ); DBG( "%p Player::Player error '%s'", this, pError->message );
g_error_free (pError); g_error_free (pError);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment