SF Patch #1093896:  miscellaneous doc typos
diff --git a/Doc/templates/module.tex b/Doc/templates/module.tex
index 1a0117d..69e1b12 100644
--- a/Doc/templates/module.tex
+++ b/Doc/templates/module.tex
@@ -50,7 +50,7 @@
 
 % Leave at least one blank line after this, to simplify ad-hoc tools
 % that are sometimes used to massage these files.
-\modulesynopsis{This is a one-line descrition, for the chapter header.}
+\modulesynopsis{This is a one-line description, for the chapter header.}
 
 
 % ==== 2. ====
@@ -110,7 +110,7 @@
 % Exceptions are described using a ``excdesc'' block.  This has only
 % one parameter: the exception name.  Exceptions defined as classes in
 % the source code should be documented using this environment, but
-% constructor parameters must be ommitted.
+% constructor parameters must be omitted.
 
 \begin{excdesc}{error}
 Exception raised when an operation fails for a Spam specific reason.