summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-04-18 15:11:35 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-04-18 15:11:35 +0000
commit398abd204d3b0826055d72c74ebdc62da3ce6641 (patch)
treecd2de034a114d5d805d7eb03057ffab30fad3513 /NEWS
parent47e9f5e96ef2673ad59b61b9f062934ea693bd8f (diff)
fix typo
* NEWS, README.EXT: fix typo. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45632 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index d7e13216a5..fa3f8e04e2 100644
--- a/NEWS
+++ b/NEWS
@@ -110,5 +110,5 @@ with all sufficient information, see the ChangeLog file.
* `rb_str_substr()` and `rb_str_subseq()` now share middle of a string,
but not only the end of a string. Therefore, result strings may not
- be NULL-terminated, `StringValueCStr()` is needed calling to obtain a
- NULL-terminated C string.
+ be NUL-terminated, `StringValueCStr()` is needed calling to obtain a
+ NUL-terminated C string.