From b81d3f069fe27301dc132064fb27c557654e5c01 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Sat, 11 Jun 2016 13:53:34 +0200 Subject: [PATCH] explorer: Spelling fix. Signed-off-by: Francois Gouget Signed-off-by: Alexandre Julliard --- 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 623743f21e6..fe8af8606c9 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))