diff options
author | arnova <arnova77@gmail.com> | 2013-06-30 13:07:04 -0700 |
---|---|---|
committer | arnova <arnova77@gmail.com> | 2013-06-30 13:07:04 -0700 |
commit | 9188e6a11854b3e6e2bcd3f81ac3f6ea4c36b1cd (patch) | |
tree | d820ccb05ae77aff26fc81e5857acb03c7650498 | |
parent | bcd7d9771822adcf6070cbed78c9cfcdd45ba3cb (diff) | |
parent | afe4b31e5afb158ad4c6576d4e8c8a0474d469af (diff) |
Merge pull request #2914 from manio/patch-1Gotham_alpha5
cosmetics: correct typo in DVDPlayerCodec.cpp
-rw-r--r-- | xbmc/cores/paplayer/DVDPlayerCodec.cpp | 2 |
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; |