summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 583e7e822a..7a82244201 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -31,7 +31,7 @@ Sat Jul 16 06:26:00 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
Fri Jul 15 22:05:13 2016 Naohisa Goto <ngotogenome@gmail.com>
- * string.c (str_buf_cat): Fix potential interger overflow of capa.
+ * string.c (str_buf_cat): Fix potential integer overflow of capa.
In addition, termlen is used instead of +1.
Fri Jul 15 21:30:38 2016 Naohisa Goto <ngotogenome@gmail.com>