From 55622b93c90579fc63a72912733e20318d168071 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 20 Oct 2011 18:37:10 +0200 Subject: [PATCH] src/bidi.c: Fix a typo in a comment. --- src/bidi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bidi.c b/src/bidi.c index d13baed63ed..e688637a408 100644 --- a/src/bidi.c +++ b/src/bidi.c @@ -2193,7 +2193,7 @@ bidi_level_of_next_char (struct bidi_it *bidi_it) } /* Resolve implicit levels, with a twist: PDFs get the embedding - level of the enbedding they terminate. See below for the + level of the embedding they terminate. See below for the reason. */ if (bidi_it->orig_type == PDF /* Don't do this if this formatting code didn't change the -- 2.11.4.GIT