comdlg32: Fix typo.

This commit is contained in:
Rico Schüller 2007-12-18 14:05:19 +01:00 committed by Alexandre Julliard
parent e94e942618
commit 98093a6edd
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ BOOL WINAPI ChooseFontW(LPCHOOSEFONTW lpChFont)
/***********************************************************************
* ChooseFontA (COMDLG32.@)
*
* See ChosseFontW.
* See ChooseFontW.
*/
BOOL WINAPI ChooseFontA(LPCHOOSEFONTA lpChFont)
{