Commit b81d3f06 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

explorer: Spelling fix.

parent 64a1028b
...@@ -842,7 +842,7 @@ static LRESULT WINAPI tray_wndproc( HWND hwnd, UINT msg, WPARAM wparam, LPARAM l ...@@ -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))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment