ruby-changes:59372
From: Nobuyoshi <ko1@a...>
Date: Sun, 22 Dec 2019 22:52:47 +0900 (JST)
Subject: [ruby-changes:59372] cc87037f1c (master): Fixed misspellings
https://git.ruby-lang.org/ruby.git/commit/?id=cc87037f1c From cc87037f1c5a143af8089555e704505fcf0b2879 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Sun, 22 Dec 2019 22:49:17 +0900 Subject: Fixed misspellings Fixed misspellings reported at [Bug #16437], missed and a new typo. diff --git a/debug_counter.h b/debug_counter.h index a549120..ee00d9d 100644 --- a/debug_counter.h +++ b/debug_counter.h @@ -31,7 +31,7 @@ https://github.com/ruby/ruby/blob/trunk/debug_counter.h#L31 * * mc_miss_by_refine: ... by ment being refined. * * mc_miss_by_visi: ... by visibility change. * * mc_miss_spurious: spurious inline mc misshit. - * * mc_miss_reuse_call: count of resue of cc->call. + * * mc_miss_reuse_call: count of reuse of cc->call. */ RB_DEBUG_COUNTER(mc_inline_hit) RB_DEBUG_COUNTER(mc_inline_miss) diff --git a/enc/trans/JIS/JISX0212%UCS.src b/enc/trans/JIS/JISX0212%UCS.src index aa51257..0e1ab4c 100644 --- a/enc/trans/JIS/JISX0212%UCS.src +++ b/enc/trans/JIS/JISX0212%UCS.src @@ -67,7 +67,7 @@ BEGIN_MAP https://github.com/ruby/ruby/blob/trunk/enc/trans/JIS/JISX0212%UCS.src#L67 # # However, JIS X 0212 maintains the distinction between # the lowercase forms of these two elements at 0x2942 and 0x2943. -# Given the structre of these JIS encodings, it is clear that +# Given the structure of these JIS encodings, it is clear that # 0x2922 and 0x2942 are intended to be a capital/small pair. # Consequently, in the Unicode mapping, 0x2922 is treated as # LATIN CAPITAL LETTER D WITH STROKE. diff --git a/enc/trans/JIS/UCS%JISX0212.src b/enc/trans/JIS/UCS%JISX0212.src index 65383a1..c7711c8 100644 --- a/enc/trans/JIS/UCS%JISX0212.src +++ b/enc/trans/JIS/UCS%JISX0212.src @@ -67,7 +67,7 @@ BEGIN_MAP https://github.com/ruby/ruby/blob/trunk/enc/trans/JIS/UCS%JISX0212.src#L67 # # However, JIS X 0212 maintains the distinction between # the lowercase forms of these two elements at 0x2942 and 0x2943. -# Given the structre of these JIS encodings, it is clear that +# Given the structure of these JIS encodings, it is clear that # 0x2922 and 0x2942 are intended to be a capital/small pair. # Consequently, in the Unicode mapping, 0x2922 is treated as # LATIN CAPITAL LETTER D WITH STROKE. diff --git a/error.c b/error.c index 6c22211..bc5539c 100644 --- a/error.c +++ b/error.c @@ -174,7 +174,7 @@ rb_warning_category_enabled_p(rb_warning_category_t category) https://github.com/ruby/ruby/blob/trunk/error.c#L174 * Supported categories are: * * +:deprecated+ :: deprecation warnings - * * assignemnt of non-nil value to <code>$,</code> and <code>$;</code> + * * assignment of non-nil value to <code>$,</code> and <code>$;</code> * * keyword arguments * * proc/lambda without block * etc. -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/