]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix a typo in a comment.
authorEli Zaretskii <eliz@gnu.org>
Thu, 16 Oct 2014 14:56:57 +0000 (17:56 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 16 Oct 2014 14:56:57 +0000 (17:56 +0300)
src/bidi.c

index 76929b62198aa39d9c03968aa16185f47a09147e..186390e331b49a4ac4d087c5667616799621f574 100644 (file)
@@ -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);