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
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2010-12-15 01:26:39 +0300
committerXhmikosR <xhmikosr@users.sourceforge.net>2010-12-15 01:26:39 +0300
commit8547458c402ddd61f0f5e3e91ed07a4fbaa62b2e (patch)
tree2adec2b241b3badb6f71750e929bfbafff9e8747 /src/apps/mplayerc/StaticLink.cpp
parentf379f69a0a7fb019342530af026f498cf46dcac8 (diff)
fix a few typos
Patch by thevbm git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2773 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/apps/mplayerc/StaticLink.cpp')
-rw-r--r--src/apps/mplayerc/StaticLink.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/apps/mplayerc/StaticLink.cpp b/src/apps/mplayerc/StaticLink.cpp
index 46a8f697a..5601ce9bc 100644
--- a/src/apps/mplayerc/StaticLink.cpp
+++ b/src/apps/mplayerc/StaticLink.cpp
@@ -165,11 +165,11 @@ BOOL CStaticLink::OnSetCursor(CWnd* pWnd, UINT nHitTest, UINT message)
}
//////////////////
-// Normally, a control class is not destoyed when the window is;
+// Normally, a control class is not destroyed when the window is;
// however, CPixieDlg creates static controls with "new" instead of
// as class members, so it's convenient to allow the option of destroying
// object with window. In applications where you want the object to be
-// destoyed along with the window, you can call constructor with
+// destroyed along with the window, you can call constructor with
// bDeleteOnDestroy=TRUE.
//
void CStaticLink::PostNcDestroy()