From fc414c1f1585f9f625ddca2cc7a3d555558dbc18 Mon Sep 17 00:00:00 2001 From: nagachika Date: Thu, 6 Oct 2016 17:09:03 +0000 Subject: [PATCH] * ChangeLog: fix a typo at r56363. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56365 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 018f636209..d0a2f08b65 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ Thu Oct 6 17:29:44 2016 Nobuyoshi Nakada * load.c (rb_require_safe): SyntaxError created by the parser just - has the mesage and needs to set up the backtrace. + has the message and needs to set up the backtrace. [ruby-core:77491] [Bug #12811] * load.c (rb_load_internal0): load/require is not the main