Module: wine Branch: master Commit: b81d3f069fe27301dc132064fb27c557654e5c01 URL: http://source.winehq.org/git/wine.git/?a=commit;h=b81d3f069fe27301dc132064fb...
Author: Francois Gouget fgouget@free.fr Date: Sat Jun 11 13:53:34 2016 +0200
explorer: Spelling fix.
Signed-off-by: Francois Gouget fgouget@free.fr Signed-off-by: Alexandre Julliard julliard@winehq.org
---
programs/explorer/systray.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/programs/explorer/systray.c b/programs/explorer/systray.c index 623743f..fe8af86 100644 --- a/programs/explorer/systray.c +++ b/programs/explorer/systray.c @@ -842,7 +842,7 @@ static LRESULT WINAPI tray_wndproc( HWND hwnd, UINT msg, WPARAM wparam, LPARAM l return 0; }
-/* notifcation posted to the desktop window */ +/* notification posted to the desktop window */ void handle_parent_notify( HWND hwnd, WPARAM wp ) { switch (LOWORD(wp))