aboutsummaryrefslogtreecommitdiffstats
path: root/string.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-06-11 06:02:46 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-06-11 06:02:46 +0000
commite342d4ecad6d381e8c2ea011eeaca77c6ceec9bb (patch)
treef8079a46afc8c4686865a662c77b325abe9a8e2c /string.c
parenta426599e7c1c12dd1f5709c736cf028747d75dc7 (diff)
downloadruby-e342d4ecad6d381e8c2ea011eeaca77c6ceec9bb.tar.gz
Fix typo in string.c [ci skip]
* string.c (rb_str_oct): [DOC] fix typo, hornored -> honored. [Fix GH-1379] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55378 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'string.c')
-rw-r--r--string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/string.c b/string.c
index eb02189dd8..8877c11ba6 100644
--- a/string.c
+++ b/string.c
@@ -8288,7 +8288,7 @@ rb_str_hex(VALUE str)
* "bad".oct #=> 0
* "0377bad".oct #=> 255
*
- * If +str+ starts with <code>0</code>, radix indicators are hornored.
+ * If +str+ starts with <code>0</code>, radix indicators are honored.
* See Kernel#Integer.
*/