diff options
author | Nobuyoshi Nakada <[email protected]> | 2019-12-20 12:19:45 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2019-12-20 12:19:45 +0900 |
commit | e68999c82c4863d33a6f893661fba1b7538c5671 (patch) | |
tree | 97615ccb396e864cbabbfd539251c9e64c309d91 /test/rdoc/test_rdoc_markdown_test.rb | |
parent | e672494cd737b8fea3a186aeb5c2c17d1a18cb96 (diff) |
Fixed misspellings
Fixed misspellings reported at [Bug #16437], for default gems.
Diffstat (limited to 'test/rdoc/test_rdoc_markdown_test.rb')
-rw-r--r-- | test/rdoc/test_rdoc_markdown_test.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/rdoc/test_rdoc_markdown_test.rb b/test/rdoc/test_rdoc_markdown_test.rb index fff68818b5..0ecd000136 100644 --- a/test/rdoc/test_rdoc_markdown_test.rb +++ b/test/rdoc/test_rdoc_markdown_test.rb @@ -744,7 +744,7 @@ foo "I strongly recommend against using any `<blink>` tags.\n", "\n", "I wish SmartyPants used named entities like `—`\n", - "instead of decimal-encoded entites like `—`.\n"), + "instead of decimal-encoded entities like `—`.\n"), para("Output:"), @@ -753,7 +753,7 @@ foo "\n", "<p>I wish SmartyPants used named entities like\n", "<code>&mdash;</code> instead of decimal-encoded\n", - "entites like <code>&#8212;</code>.</p>\n"), + "entities like <code>&#8212;</code>.</p>\n"), para("To specify an entire block of pre-formatted code, indent every line of\n" + "the block by 4 spaces or 1 tab. Just like with code spans, <code>&</code>, <code><</code>,\n" + |