Fix for small typo.

oldstable
Michael Stefaniuc 2001-04-10 21:16:31 +00:00 committed by Alexandre Julliard
parent 203a8f8290
commit 3a0c6a9490
1 changed files with 1 additions and 1 deletions

View File

@ -2165,7 +2165,7 @@ COMBOEX_WindowProc (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
case CB_SETITEMDATA:
case WM_SETTEXT:
case WM_GETTEXT:
FIXME("(0x%x 0x%x 0x%lx): possible missing fucntion\n",
FIXME("(0x%x 0x%x 0x%lx): possibly missing function\n",
uMsg, wParam, lParam);
return COMBOEX_Forward (hwnd, uMsg, wParam, lParam);