From 8008ae6fa505f3c91efecf84c357c00491d0f7ad Mon Sep 17 00:00:00 2001 From: Austin English Date: Wed, 2 Jan 2008 17:46:32 -0600 Subject: [PATCH] gdi32: Fix a few typos in bidi --- dlls/gdi32/bidi.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/gdi32/bidi.c b/dlls/gdi32/bidi.c index 5b787d3..b5fd469 100644 --- a/dlls/gdi32/bidi.c +++ b/dlls/gdi32/bidi.c @@ -367,7 +367,7 @@ static int resolveExplicit(int level, int dir, WORD *pcls, WORD *plevel, int cch enum states /* possible states */ { xa, /* arabic letter */ - xr, /* right leter */ + xr, /* right letter */ xl, /* left letter */ ao, /* arabic lett. foll by ON */ @@ -494,7 +494,7 @@ static int GetResolvedType(int action) States can be of two kinds: - Immediate Resolution State, where each input token - is resolved as soon as it is seen. These states havve + is resolved as soon as it is seen. These states have only single action codes (xxN) or the no-op (xxx) for static input tokens. - Deferred Resolution State, where input tokens either -- 1.4.4.2