explorer: Spelling fix.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2016-06-11 13:53:34 +02:00 committed by Alexandre Julliard
parent 64a1028bfe
commit b81d3f069f
1 changed files with 1 additions and 1 deletions

View File

@ -842,7 +842,7 @@ static LRESULT WINAPI tray_wndproc( HWND hwnd, UINT msg, WPARAM wparam, LPARAM l
return 0; return 0;
} }
/* notifcation posted to the desktop window */ /* notification posted to the desktop window */
void handle_parent_notify( HWND hwnd, WPARAM wp ) void handle_parent_notify( HWND hwnd, WPARAM wp )
{ {
switch (LOWORD(wp)) switch (LOWORD(wp))