Skip to content

Commit 73661ef

Browse files
committed
test: fix a typo
1 parent 850488a commit 73661ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parse/test_processing_instruction.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
require "rexml/document"
55

66
module REXMLTests
7-
class TestParseProcessinInstruction < Test::Unit::TestCase
7+
class TestParseProcessingInstruction < Test::Unit::TestCase
88
include Test::Unit::CoreAssertions
99

1010
def parse(xml)

0 commit comments

Comments
 (0)