English spelling and grammar fixes

This commit is contained in:
Martin Panter 2016-07-11 07:51:37 +00:00
parent 0ca0edee33
commit 204bf0b9ae
11 changed files with 17 additions and 17 deletions

View file

@ -10,7 +10,7 @@ This avoids all the overhead of SAX and pulldom to gain performance.
# minidom DOM and can't be used with other DOM implementations. This
# is due, in part, to a lack of appropriate methods in the DOM (there is
# no way to create Entity and Notation nodes via the DOM Level 2
# interface), and for performance. The later is the cause of some fairly
# interface), and for performance. The latter is the cause of some fairly
# cryptic code.
#
# Performance hacks: