aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--id_table.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5df4f35ce9..80dce3b996 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Sep 25 09:47:12 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
+
+ * id_table.c: fix typo. [ci skip][fix GH-1031] Patch @davydovanton
+
Fri Sep 25 07:54:05 2015 Rei Odaira <Rei.Odaira@gmail.com>
* test/gdbm/test_gdbm.rb (TestGDBM#test_s_open_lock): skip
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)