Francois Gouget : explorerframe: A spelling fix in a comment.

Alexandre Julliard julliard at winehq.org
Tue Jan 10 15:24:42 CST 2017


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Sat Jan  7 14:45:01 2017 +0100

explorerframe: A spelling fix in a comment.

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/explorerframe/nstc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/explorerframe/nstc.c b/dlls/explorerframe/nstc.c
index 95b0a99..9ed392b 100644
--- a/dlls/explorerframe/nstc.c
+++ b/dlls/explorerframe/nstc.c
@@ -498,7 +498,7 @@ static LRESULT create_namespacetree(HWND hWnd, CREATESTRUCTW *crs)
 
     INameSpaceTreeControl2_AddRef(&This->INameSpaceTreeControl2_iface);
 
-    /* Subclass the treeview to get the keybord events. */
+    /* Subclass the treeview to get the keyboard events. */
     This->tv_oldwndproc = (WNDPROC)SetWindowLongPtrW(This->hwnd_tv, GWLP_WNDPROC,
                                                      (ULONG_PTR)tv_wndproc);
     if(This->tv_oldwndproc)




More information about the wine-cvs mailing list