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
commitc0f571e09bbb6fa32c66646862171c57d9742259 (patch)
treec3e9eb5085cbf79fcefd51cd0d67851dbde2e4de /NEWS
parent4a686ebcd39cd178f16739b52c1103b7c394f8b8 (diff)
downloadruby-c0f571e09bbb6fa32c66646862171c57d9742259.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)