summaryrefslogtreecommitdiff
path: root/lib/fribidi-run.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/fribidi-run.c')
-rw-r--r--lib/fribidi-run.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fribidi-run.c b/lib/fribidi-run.c
index 68c8c99..5d806f6 100644
--- a/lib/fribidi-run.c
+++ b/lib/fribidi-run.c
@@ -269,7 +269,7 @@ shadow_run_list (
/* r needed? */
if (r->pos + r->len > pos2)
{
- /* cut the begining of r. */
+ /* cut the beginning of r. */
r->len = r->pos + r->len - pos2;
r->pos = pos2;
}