Skip to content

Commit e507a7d

Browse files
nobuaycabta
authored andcommitted
Fixed misspellings
Fixed misspellings reported at [Bug #16437], for default gems.
1 parent ed2de39 commit e507a7d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

test/rdoc/MarkdownTest_1.0.3/Markdown Documentation - Basics.text

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ it easy to use Markdown to write about HTML example code:
270270
I strongly recommend against using any `<blink>` tags.
271271

272272
I wish SmartyPants used named entities like `&mdash;`
273-
instead of decimal-encoded entites like `&#8212;`.
273+
instead of decimal-encoded entities like `&#8212;`.
274274

275275
Output:
276276

@@ -279,7 +279,7 @@ Output:
279279

280280
<p>I wish SmartyPants used named entities like
281281
<code>&amp;mdash;</code> instead of decimal-encoded
282-
entites like <code>&amp;#8212;</code>.</p>
282+
entities like <code>&amp;#8212;</code>.</p>
283283

284284

285285
To specify an entire block of pre-formatted code, indent every line of

test/rdoc/test_rdoc_markdown_test.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@ def test_markdown_documentation_basics
744744
"I strongly recommend against using any `<blink>` tags.\n",
745745
"\n",
746746
"I wish SmartyPants used named entities like `&mdash;`\n",
747-
"instead of decimal-encoded entites like `&#8212;`.\n"),
747+
"instead of decimal-encoded entities like `&#8212;`.\n"),
748748

749749
para("Output:"),
750750

@@ -753,7 +753,7 @@ def test_markdown_documentation_basics
753753
"\n",
754754
"<p>I wish SmartyPants used named entities like\n",
755755
"<code>&amp;mdash;</code> instead of decimal-encoded\n",
756-
"entites like <code>&amp;#8212;</code>.</p>\n"),
756+
"entities like <code>&amp;#8212;</code>.</p>\n"),
757757

758758
para("To specify an entire block of pre-formatted code, indent every line of\n" +
759759
"the block by 4 spaces or 1 tab. Just like with code spans, <code>&</code>, <code><</code>,\n" +

test/rdoc/test_rdoc_parser_ruby.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3504,7 +3504,7 @@ def test_scan_block_comment_notflush
35043504
#
35053505
# The previous test assumes that between the =begin/=end blocks that there
35063506
# is only one line, or minima formatting directives. This test tests for
3507-
# those who use the =begin bloc with longer / more advanced formatting
3507+
# those who use the =begin block with longer / more advanced formatting
35083508
# within.
35093509
#
35103510
##

0 commit comments

Comments
 (0)