diff options
author | wonda-tea-coffee <lagrange.resolvent@gmail.com> | 2021-04-25 18:51:54 +0900 |
---|---|---|
committer | Marc-André Lafortune <github@marc-andre.ca> | 2021-04-25 10:51:23 -0400 |
commit | 04e6383f40eab6880283aef94705175c2ff39074 (patch) | |
tree | 162c2f9329e0db8e363dcf33b793275e721cf48a | |
parent | 532c775e221da65370029cb46a20456d30126dab (diff) |
[Doc] Fix a typo s/daguten/dakuten/
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/4411
-rw-r--r-- | ext/nkf/nkf-utf8/nkf.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/nkf/nkf-utf8/nkf.c b/ext/nkf/nkf-utf8/nkf.c index cc438a50d6..2f91d2f3f6 100644 --- a/ext/nkf/nkf-utf8/nkf.c +++ b/ext/nkf/nkf-utf8/nkf.c @@ -581,7 +581,7 @@ static const unsigned char cv[]= { 0x00,0x00}; -/* X0201 kana conversion table for daguten */ +/* X0201 kana conversion table for dakuten */ /* 90-9F A0-DF */ static const unsigned char dv[]= { 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, @@ -602,7 +602,7 @@ static const unsigned char dv[]= { 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00}; -/* X0201 kana conversion table for han-daguten */ +/* X0201 kana conversion table for han-dakuten */ /* 90-9F A0-DF */ static const unsigned char ev[]= { 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, @@ -623,7 +623,7 @@ static const unsigned char ev[]= { 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00}; -/* X0201 kana to X0213 conversion table for han-daguten */ +/* X0201 kana to X0213 conversion table for han-dakuten */ /* 90-9F A0-DF */ static const unsigned char ev_x0213[]= { 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, |