aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorarnova <arnova77@gmail.com>2013-06-30 13:07:04 -0700
committerarnova <arnova77@gmail.com>2013-06-30 13:07:04 -0700
commit9188e6a11854b3e6e2bcd3f81ac3f6ea4c36b1cd (patch)
treed820ccb05ae77aff26fc81e5857acb03c7650498
parentbcd7d9771822adcf6070cbed78c9cfcdd45ba3cb (diff)
parentafe4b31e5afb158ad4c6576d4e8c8a0474d469af (diff)
Merge pull request #2914 from manio/patch-1Gotham_alpha5
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;