aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2011-10-20 18:37:10 +0200
committerEli Zaretskii2011-10-20 18:37:10 +0200
commit55622b93c90579fc63a72912733e20318d168071 (patch)
treef0866cc119df11e9cec07797f518c600cf44aa8b /src
parent7b5d6677eca241b608f32b1de8d60e03758ec157 (diff)
downloademacs-55622b93c90579fc63a72912733e20318d168071.tar.gz
emacs-55622b93c90579fc63a72912733e20318d168071.zip
src/bidi.c: Fix a typo in a comment.
Diffstat (limited to 'src')
-rw-r--r--src/bidi.c2
1 files changed, 1 insertions, 1 deletions
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)
2193 } 2193 }
2194 2194
2195 /* Resolve implicit levels, with a twist: PDFs get the embedding 2195 /* Resolve implicit levels, with a twist: PDFs get the embedding
2196 level of the enbedding they terminate. See below for the 2196 level of the embedding they terminate. See below for the
2197 reason. */ 2197 reason. */
2198 if (bidi_it->orig_type == PDF 2198 if (bidi_it->orig_type == PDF
2199 /* Don't do this if this formatting code didn't change the 2199 /* Don't do this if this formatting code didn't change the