explorerframe: A spelling fix in a comment.

Francois Gouget fgouget at free.fr
Sat Jan 7 07:45:01 CST 2017


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 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 95b0a9935c3..9ed392b21af 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)
-- 
2.11.0




More information about the wine-patches mailing list