Module: wine Branch: master Commit: 98093a6eddb0e7f8f38ca931ed22f7c900b5a2ab URL: http://source.winehq.org/git/wine.git/?a=commit;h=98093a6eddb0e7f8f38ca931ed...
Author: Rico Schüller kgbricola@web.de Date: Tue Dec 18 14:05:19 2007 +0100
comdlg32: Fix typo.
---
dlls/comdlg32/fontdlg.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/comdlg32/fontdlg.c b/dlls/comdlg32/fontdlg.c index 4afb222..f25d17d 100644 --- a/dlls/comdlg32/fontdlg.c +++ b/dlls/comdlg32/fontdlg.c @@ -223,7 +223,7 @@ BOOL WINAPI ChooseFontW(LPCHOOSEFONTW lpChFont) /*********************************************************************** * ChooseFontA (COMDLG32.@) * - * See ChosseFontW. + * See ChooseFontW. */ BOOL WINAPI ChooseFontA(LPCHOOSEFONTA lpChFont) {