aboutsummaryrefslogtreecommitdiffstats
path: root/src/bidi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bidi.c')
-rw-r--r--src/bidi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bidi.c b/src/bidi.c
index 9740fe8f1d..eeacf65bd5 100644
--- a/src/bidi.c
+++ b/src/bidi.c
@@ -1520,7 +1520,7 @@ bidi_level_of_next_char (struct bidi_it *bidi_it)
bidi_check_type (bidi_it->type);
/* For L1 below, we need to know, for each WS character, whether
- it belongs to a sequence of WS characters preceeding a newline
+ it belongs to a sequence of WS characters preceding a newline
or a TAB or a paragraph separator. */
if (bidi_it->orig_type == NEUTRAL_WS
&& bidi_it->next_for_ws.type == UNKNOWN_BT)