From c0f571e09bbb6fa32c66646862171c57d9742259 Mon Sep 17 00:00:00 2001 From: kazu Date: Sun, 21 Jun 2015 14:48:35 +0000 Subject: [PATCH] fix a typo [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50988 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 95792b6ca2..50fa8ea393 100644 --- a/NEWS +++ b/NEWS @@ -37,7 +37,7 @@ with all sufficient information, see the ChangeLog file. * Thread#name, Thread#name are added to handle thread names [Feature #11251] * NameError - * NameError#receiver is added to take the reciever object. [Feature #10881] + * NameError#receiver is added to take the receiver object. [Feature #10881] === Core classes compatibility issues (excluding feature bug fixes)