aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMariusz Białończyk <manio@skyboo.net>2013-06-30 17:58:32 +0200
committerMariusz Białończyk <manio@skyboo.net>2013-06-30 17:58:32 +0200
commitafe4b31e5afb158ad4c6576d4e8c8a0474d469af (patch)
treed820ccb05ae77aff26fc81e5857acb03c7650498
parentbcd7d9771822adcf6070cbed78c9cfcdd45ba3cb (diff)
cosmetics: correct typo in DVDPlayerCodec.cpp
-rw-r--r--xbmc/cores/paplayer/DVDPlayerCodec.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/cores/paplayer/DVDPlayerCodec.cpp b/xbmc/cores/paplayer/DVDPlayerCodec.cpp
index edf0eb6251..3cf67a39ab 100644
--- a/xbmc/cores/paplayer/DVDPlayerCodec.cpp
+++ b/xbmc/cores/paplayer/DVDPlayerCodec.cpp
@@ -97,7 +97,7 @@ bool DVDPlayerCodec::Init(const CStdString &strFile, unsigned int filecache)
}
catch(...)
{
- CLog::Log(LOGERROR, "%s: Exception thrown when opeing demuxer", __FUNCTION__);
+ CLog::Log(LOGERROR, "%s: Exception thrown when opening demuxer", __FUNCTION__);
if (m_pDemuxer)
{
delete m_pDemuxer;