pathes --> paths; typo reported by Gerry Wiener <gerry@ucar.edu>.

This commit is contained in:
Fred Drake 1999-10-29 17:51:29 +00:00
parent 5a3194688d
commit 6cf186b867

View file

@ -26,7 +26,7 @@ Same as \function{listdir()}. Defined for backwards compatability.
\end{funcdesc}
\begin{funcdesc}{annotate}{head, list}
Assume \var{list} is a list of pathes relative to \var{head}, and append,
Assume \var{list} is a list of paths relative to \var{head}, and append,
in place, a \character{/} to each path which points to a directory.
\end{funcdesc}