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

View file

@ -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))