From: Eli Zaretskii Date: Thu, 16 Oct 2014 14:56:57 +0000 (+0300) Subject: Fix a typo in a comment. X-Git-Tag: emacs-25.0.90~2635^2~679^2~23^2~3 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=19068c105ad274a452de67ed9826316984cafa93;p=emacs.git Fix a typo in a comment. --- 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);