diff options
author | Fred Drake <fdrake@acm.org> | 1999-02-26 14:05:02 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-02-26 14:05:02 (GMT) |
commit | 390636382a855cb086627d6300e44313851f9017 (patch) | |
tree | 67d55478cfc34cc13301489192c3cf1cecff7b9f /Doc/lib/libos.tex | |
parent | ca379955534e91eb567aca751360fa6a5c475c51 (diff) | |
download | cpython-390636382a855cb086627d6300e44313851f9017.zip cpython-390636382a855cb086627d6300e44313851f9017.tar.gz cpython-390636382a855cb086627d6300e44313851f9017.tar.bz2 |
Typo: "Availabilty" --> "Availability"
Thanks to /F!
Diffstat (limited to 'Doc/lib/libos.tex')
-rw-r--r-- | Doc/lib/libos.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex index a794fa7..c6f74f5 100644 --- a/Doc/lib/libos.tex +++ b/Doc/lib/libos.tex @@ -651,7 +651,7 @@ Availability: \UNIX{}. \begin{funcdesc}{plock}{op} Lock program segments into memory. The value of \var{op} (defined in \code{<sys/lock.h>}) determines which segments are locked. -Availabilty: \UNIX{}. +Availability: \UNIX{}. \end{funcdesc} \begin{funcdesc}{spawnv}{mode, path, args} |