diff options
Diffstat (limited to 'Doc/lib/libundoc.tex')
-rw-r--r-- | Doc/lib/libundoc.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex index 28be620..79977bd 100644 --- a/Doc/lib/libundoc.tex +++ b/Doc/lib/libundoc.tex @@ -134,7 +134,7 @@ code object (these are now accessible as attributes: \item[\module{lockfile}] --- wrapper around FCNTL file locking (use -\function{fcntl.lockf()}/\function{flock()} intead; see \refmodule{fcntl}) +\function{fcntl.lockf()}/\function{flock()} instead; see \refmodule{fcntl}) \item[\module{newdir}] --- New \function{dir()} function (the standard \function{dir()} is |