diff options
author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2019-12-22 22:49:17 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2019-12-22 22:49:17 +0900 |
commit | cc87037f1c5a143af8089555e704505fcf0b2879 (patch) | |
tree | e165908372295e7d68d98c6215462cb26167495b | |
parent | 7c33ee5ddfafe737add2a7f4c4975108f9196dbd (diff) |
Fixed misspellings
Fixed misspellings reported at [Bug #16437], missed and a new
typo.
-rw-r--r-- | debug_counter.h | 2 | ||||
-rw-r--r-- | enc/trans/JIS/JISX0212%UCS.src | 2 | ||||
-rw-r--r-- | enc/trans/JIS/UCS%JISX0212.src | 2 | ||||
-rw-r--r-- | error.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/debug_counter.h b/debug_counter.h index a549120566..ee00d9df4b 100644 --- a/debug_counter.h +++ b/debug_counter.h @@ -31,7 +31,7 @@ * * 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 aa51257b99..0e1ab4c9b9 100644 --- a/enc/trans/JIS/JISX0212%UCS.src +++ b/enc/trans/JIS/JISX0212%UCS.src @@ -67,7 +67,7 @@ BEGIN_MAP # # 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 65383a1c9f..c7711c8ac0 100644 --- a/enc/trans/JIS/UCS%JISX0212.src +++ b/enc/trans/JIS/UCS%JISX0212.src @@ -67,7 +67,7 @@ BEGIN_MAP # # 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. @@ -174,7 +174,7 @@ rb_warning_category_enabled_p(rb_warning_category_t category) * 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. |