Anders Jonsson : comctl32: Fix typos.

Alexandre Julliard julliard at winehq.org
Mon Nov 16 11:43:58 CST 2009


Module: wine
Branch: master
Commit: c00b75941544aeafb3071433713a89dfe0f304d0
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=c00b75941544aeafb3071433713a89dfe0f304d0

Author: Anders Jonsson <anders.jonsson at norsjonet.se>
Date:   Sun Nov 15 23:10:53 2009 +0100

comctl32: Fix typos.

---

 dlls/comctl32/updown.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/comctl32/updown.c b/dlls/comctl32/updown.c
index a212073..773d359 100644
--- a/dlls/comctl32/updown.c
+++ b/dlls/comctl32/updown.c
@@ -550,7 +550,7 @@ UPDOWN_Buddy_SubclassProc(HWND  hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
  *
  * Sets bud as a new Buddy.
  * Then, it should subclass the buddy
- * If window has the UDS_ARROWKEYS, it subcalsses the buddy window to
+ * If window has the UDS_ARROWKEYS, it subclasses the buddy window to
  * process the UP/DOWN arrow keys.
  * If window has the UDS_ALIGNLEFT or UDS_ALIGNRIGHT style
  * the size/pos of the buddy and the control are adjusted accordingly.
@@ -659,7 +659,7 @@ static HWND UPDOWN_SetBuddy (UPDOWN_INFO* infoPtr, HWND bud)
  * 'delta' amount according to the 'action' flag which can be a
  * combination of FLAG_INCR and FLAG_DECR
  * It notifies the parent as required.
- * It handles wraping and non-wraping correctly.
+ * It handles wrapping and non-wrapping correctly.
  * It is assumed that delta>0
  */
 static void UPDOWN_DoAction (UPDOWN_INFO *infoPtr, int delta, int action)




More information about the wine-cvs mailing list