aboutsummaryrefslogtreecommitdiffstats
path: root/id_table.c
diff options
context:
space:
mode:
Diffstat (limited to 'id_table.c')
-rw-r--r--id_table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/id_table.c b/id_table.c
index 64475efe1c..6676127d28 100644
--- a/id_table.c
+++ b/id_table.c
@@ -696,7 +696,7 @@ list_id_table_delete(struct list_id_table *tbl, ID id)
list_delete_index(tbl, key, i); \
values = TABLE_VALUES(tbl); \
num = tbl->num; \
- i--; /* redo smae index */ \
+ i--; /* redo same index */ \
break; \
} \
} while (0)