diff options
-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; |