diff options
Diffstat (limited to 'Doc/templates/module.tex')
-rw-r--r-- | Doc/templates/module.tex | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ once the \function{open()} function has been called. % 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. |