From e68999c82c4863d33a6f893661fba1b7538c5671 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Fri, 20 Dec 2019 12:19:45 +0900 Subject: Fixed misspellings Fixed misspellings reported at [Bug #16437], for default gems. --- test/rdoc/MarkdownTest_1.0.3/Markdown Documentation - Basics.text | 4 ++-- test/rdoc/test_rdoc_markdown_test.rb | 4 ++-- test/rdoc/test_rdoc_parser_ruby.rb | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'test/rdoc') diff --git a/test/rdoc/MarkdownTest_1.0.3/Markdown Documentation - Basics.text b/test/rdoc/MarkdownTest_1.0.3/Markdown Documentation - Basics.text index 6c5a6fdb4b..b499390f2d 100644 --- a/test/rdoc/MarkdownTest_1.0.3/Markdown Documentation - Basics.text +++ b/test/rdoc/MarkdownTest_1.0.3/Markdown Documentation - Basics.text @@ -270,7 +270,7 @@ it easy to use Markdown to write about HTML example code: I strongly recommend against using any `` tags. I wish SmartyPants used named entities like `—` - instead of decimal-encoded entites like `—`. + instead of decimal-encoded entities like `—`. Output: @@ -279,7 +279,7 @@ Output:

I wish SmartyPants used named entities like — instead of decimal-encoded - entites like —.

+ entities like —.

To specify an entire block of pre-formatted code, indent every line of 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 `` 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", "

I wish SmartyPants used named entities like\n", "— instead of decimal-encoded\n", - "entites like —.

\n"), + "entities like —.

\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, &, <,\n" + diff --git a/test/rdoc/test_rdoc_parser_ruby.rb b/test/rdoc/test_rdoc_parser_ruby.rb index d9de1e734e..99f4de2fcb 100644 --- a/test/rdoc/test_rdoc_parser_ruby.rb +++ b/test/rdoc/test_rdoc_parser_ruby.rb @@ -3504,7 +3504,7 @@ end # # The previous test assumes that between the =begin/=end blocks that there # is only one line, or minima formatting directives. This test tests for - # those who use the =begin bloc with longer / more advanced formatting + # those who use the =begin block with longer / more advanced formatting # within. # ## -- cgit v1.2.3