From 8547458c402ddd61f0f5e3e91ed07a4fbaa62b2e Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 14 Dec 2010 22:26:39 +0000 Subject: 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 --- src/apps/mplayerc/StaticLink.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/apps/mplayerc/StaticLink.cpp') 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() -- cgit v1.2.3