Minor grammar and typo fixes
diff --git a/Doc/lib/email.tex b/Doc/lib/email.tex
index a6ad567..dbfc735 100644
--- a/Doc/lib/email.tex
+++ b/Doc/lib/email.tex
@@ -26,7 +26,7 @@
add sub-objects to messages, remove sub-objects from messages,
completely re-arrange the contents, etc. There is a separate parser
and a separate generator which handles the transformation from flat
-text to the object module, and then back to flat text again. There
+text to the object model, and then back to flat text again. There
are also handy subclasses for some common MIME object types, and a few
miscellaneous utilities that help with such common tasks as extracting
and parsing message field values, creating RFC-compliant dates, etc.
@@ -48,7 +48,7 @@
classes you might encounter while using the \module{email} package,
some auxiliary utilities, and a few examples. For users of the older
\module{mimelib} package, from which the \module{email} package is
-descendent, a section on differences and porting is provided.
+descended, a section on differences and porting is provided.
\subsection{Representing an email message}
\input{emailmessage}