SF Patch #1093896:  miscellaneous doc typos
diff --git a/Doc/lib/libpyexpat.tex b/Doc/lib/libpyexpat.tex
index dd218c6..1feb01c 100644
--- a/Doc/lib/libpyexpat.tex
+++ b/Doc/lib/libpyexpat.tex
@@ -310,7 +310,7 @@
 \end{methoddesc}
 
 \begin{methoddesc}[xmlparser]{EndDoctypeDeclHandler}{}
-Called when Expat is done parsing the document type delaration.
+Called when Expat is done parsing the document type declaration.
 This requires Expat version 1.2 or newer.
 \end{methoddesc}
 
@@ -379,7 +379,7 @@
 of the entity; this will be \code{None} for external entities.  The
 \var{notationName} parameter will be \code{None} for parsed entities,
 and the name of the notation for unparsed entities.
-\var{is_parameter_entity} will be true if the entity is a paremeter
+\var{is_parameter_entity} will be true if the entity is a parameter
 entity or false for general entities (most applications only need to
 be concerned with general entities).
 This is only available starting with version 1.95.0 of the Expat