summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authormarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-07-01 06:33:14 +0000
committermarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-07-01 06:33:14 +0000
commit22412ceda46b551047afc7e0724ffd67ce8d0bdc (patch)
treefbe7f8a530ed12c85436d08efccb6c9a8034734d /NEWS
parentc8e23882574a7cf14c5800369ca1e838eea7fe88 (diff)
* NEWS: typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32354 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 edb6ad683e..4549688a61 100644
--- a/NEWS
+++ b/NEWS
@@ -63,7 +63,7 @@ with all sufficient information, see the ChangeLog file.
Write `string` to file `name`.
Opposite with File.read.
* IO.binwrite(name, string, [offset] )
- binary virsion of IO.write.
+ binary version of IO.write.
* Kernel
* Kernel#respond_to? now returns false for protected methods.