diff options
author | Eli Zaretskii <eliz@gnu.org> | 2014-10-16 17:56:57 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2014-10-16 17:56:57 +0300 |
commit | 19068c105ad274a452de67ed9826316984cafa93 (patch) | |
tree | 7e92b083022c173a0a260a880685d2e5eefa5498 /src | |
parent | e23e97d504fcb6c5d4da734c40be70de506352f4 (diff) | |
download | emacs-19068c105ad274a452de67ed9826316984cafa93.tar.gz |
Fix a typo in a comment.
Diffstat (limited to 'src')
-rw-r--r-- | src/bidi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bidi.c b/src/bidi.c index 76929b62198..186390e331b 100644 --- a/src/bidi.c +++ b/src/bidi.c @@ -2552,7 +2552,7 @@ bidi_resolve_brackets (struct bidi_it *bidi_it) /* Record the prev_for_neutral type either from the previous character, if it was a strong or AN/EN, or from the - prev_for_neutral information recvorded previously. */ + prev_for_neutral information recorded previously. */ if (bidi_it->type == STRONG_L || bidi_it->type == STRONG_R || bidi_it->type == WEAK_AN || bidi_it->type == WEAK_EN) bidi_remember_char (&tem_info, bidi_it, 1); |