aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-21 14:48:35 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-21 14:48:35 +0000
commitd0f981c6159639b9b7a9c0bb5f7633a87ff92f56 (patch)
treec3e9eb5085cbf79fcefd51cd0d67851dbde2e4de /NEWS
parent295cbdc4761077c4a9c0c6f80ed20d843d44ed62 (diff)
downloadruby-d0f981c6159639b9b7a9c0bb5f7633a87ff92f56.tar.gz
fix a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50988 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
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)