Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2013-09-25 21:30:28 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2013-09-28 04:08:55 +0400
commit1b4094b93d8a0fbcff33e09084372bc04b46eccb (patch)
tree8cc9a926a9293f760269b606fd88adde4e7c4f71 /src
parent6c0c1ac0bced87a45f707d12482b5df693bba213 (diff)
Fix typo in comment.
Diffstat (limited to 'src')
-rw-r--r--src/DSUtil/DSUtil.cpp2
-rw-r--r--src/mpc-hc/mplayerc.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/DSUtil/DSUtil.cpp b/src/DSUtil/DSUtil.cpp
index 590ab6822..7bc816bd9 100644
--- a/src/DSUtil/DSUtil.cpp
+++ b/src/DSUtil/DSUtil.cpp
@@ -886,7 +886,7 @@ DVD_HMSF_TIMECODE RT2HMSF(REFERENCE_TIME rt, double fps) // use to remember the
return hmsf;
}
-DVD_HMSF_TIMECODE RT2HMS_r(REFERENCE_TIME rt) // use only for information (for display on the screen)
+DVD_HMSF_TIMECODE RT2HMS_r(REFERENCE_TIME rt) // used only for information (for display on the screen)
{
rt = (rt + 5000000) / 10000000;
DVD_HMSF_TIMECODE hmsf = {
diff --git a/src/mpc-hc/mplayerc.cpp b/src/mpc-hc/mplayerc.cpp
index c8b497103..0b791d7d4 100644
--- a/src/mpc-hc/mplayerc.cpp
+++ b/src/mpc-hc/mplayerc.cpp
@@ -1199,7 +1199,7 @@ BOOL CMPlayerCApp::InitInstance()
m_s.ParseCommandLine(m_cmdln);
- if (m_s.nCLSwitches & (CLSW_HELP | CLSW_UNRECOGNIZEDSWITCH)) { // show comandline help window
+ if (m_s.nCLSwitches & (CLSW_HELP | CLSW_UNRECOGNIZEDSWITCH)) { // show commandline help window
m_s.LoadSettings();
ShowCmdlnSwitches();
return FALSE;