Skip to content

Commit f10c38a

Browse files
committed
fix typos
1 parent a1e739b commit f10c38a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/raw.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
- RawElementOpen # <NAME attributes... >
1111
- RawElementClose # </NAME>
1212
- RawElementSelfClosed # <NAME attributes... />
13-
- RawDocument # Something to initilize with (not really used)
13+
- RawDocument # Something to initialize with (not really used)
1414
"""
1515
@enum(RawType, RawDocument, RawText, RawComment, RawCData, RawProcessingInstruction,
1616
RawDeclaration, RawDTD, RawElementOpen, RawElementClose, RawElementSelfClosed)

test/data/books.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<genre>Science Fiction</genre>
8484
<price>6.95</price>
8585
<publish_date>2000-11-02</publish_date>
86-
<description>After an inadvertant trip through a Heisenberg
86+
<description>After an inadvertent trip through a Heisenberg
8787
Uncertainty Device, James Salway discovers the problems
8888
of being quantum.</description>
8989
</book>

0 commit comments

Comments
 (0)