summaryrefslogtreecommitdiff
path: root/string.c
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-27 00:04:30 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-27 00:04:30 +0000
commitc9bdee3e0da28e18ecdaac24d768e7a9aca2882e (patch)
treecb02bea9f1abcc93217e34b50148e9e117a3817f /string.c
parent94fdb5e1d25af0cc8183152bcddb5cc5d2f2b7f0 (diff)
[DOC] Fix typos in downcase [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61488 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'string.c')
-rw-r--r--string.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/string.c b/string.c
index 30d57b5df4..88516eb7c4 100644
--- a/string.c
+++ b/string.c
@@ -6608,7 +6608,7 @@ rb_str_downcase_bang(int argc, VALUE *argv, VALUE str)
* This option cannot be combined with any other option.
* :turkic ::
* Full Unicode case mapping, adapted for Turkic languages
- * (Turkish, Aserbaijani,...). This means that upper case I is mapped to
+ * (Turkish, Azerbaijani,...). This means that upper case I is mapped to
* lower case dotless i, and so on.
* :lithuanian ::
* Currently, just full Unicode case mapping. In the future, full Unicode
@@ -6618,7 +6618,7 @@ rb_str_downcase_bang(int argc, VALUE *argv, VALUE str)
* Only available on +downcase+ and +downcase!+. Unicode case <b>folding</b>,
* which is more far-reaching than Unicode case mapping.
* This option currently cannot be combined with any other option
- * (i.e. there is currenty no variant for turkic languages).
+ * (i.e. there is currently no variant for turkic languages).
*
* Please note that several assumptions that are valid for ASCII-only case
* conversions do not hold for more general case conversions. For example,