https://git.reactos.org/?p=reactos.git;a=commitdiff;h=63e7d6c29ed5f1ee73910b...
commit 63e7d6c29ed5f1ee73910bec165c8dfaa87837ed Author: James Tabor james.tabor@reactos.org AuthorDate: Thu Oct 14 09:59:53 2021 -0500 Commit: James Tabor james.tabor@reactos.org CommitDate: Thu Oct 14 09:59:53 2021 -0500
[Win32K] Fix typo
Fix a GERRRR typo. --- win32ss/gdi/ntgdi/dcutil.c | 2 +- win32ss/include/ntgdityp.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/win32ss/gdi/ntgdi/dcutil.c b/win32ss/gdi/ntgdi/dcutil.c index cb41e6cfcd5..d66086d72d8 100644 --- a/win32ss/gdi/ntgdi/dcutil.c +++ b/win32ss/gdi/ntgdi/dcutil.c @@ -492,7 +492,7 @@ NtGdiGetDCDword( SafeResult = pdcattr->lBreakExtra; break;
- case GdiGerCharBreak: + case GdiGetCharBreak: SafeResult = pdcattr->cBreak; break;
diff --git a/win32ss/include/ntgdityp.h b/win32ss/include/ntgdityp.h index 3144df2745d..137937ee498 100644 --- a/win32ss/include/ntgdityp.h +++ b/win32ss/include/ntgdityp.h @@ -48,7 +48,7 @@ typedef enum _GETDCDWORD GdiGetJournal, GdiGetRelAbs, GdiGetBreakExtra, - GdiGerCharBreak, + GdiGetCharBreak, GdiGetArcDirection, GdiGetEMFRestorDc, GdiGetFontLanguageInfo,