Fix minor typos.
diff --git a/Doc/lib/libmimetools.tex b/Doc/lib/libmimetools.tex
index 1baff49..92679ed 100644
--- a/Doc/lib/libmimetools.tex
+++ b/Doc/lib/libmimetools.tex
@@ -88,7 +88,7 @@
 
 \begin{methoddesc}{getparam}{name}
 Return the \var{value} of the first parameter (as returned by
-\method{getplist()} of the form \samp{\var{name}=\var{value}} for the
+\method{getplist()}) of the form \samp{\var{name}=\var{value}} for the
 given \var{name}.  If \var{value} is surrounded by quotes of the form
 `\code{<}...\code{>}' or `\code{"}...\code{"}', these are removed.
 \end{methoddesc}