diff options
author | Fred Drake <fdrake@acm.org> | 2005-01-19 03:39:17 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2005-01-19 03:39:17 (GMT) |
commit | b184ae860e7a1922918a1822274fb7bacacde163 (patch) | |
tree | 613885bc2dbb4d637597c4266738a6805971a2bc /Doc/lib/libos.tex | |
parent | 9f79dbfd4a4d39f1bf30b40573033ef4ad5701bc (diff) | |
download | cpython-b184ae860e7a1922918a1822274fb7bacacde163.zip cpython-b184ae860e7a1922918a1822274fb7bacacde163.tar.gz cpython-b184ae860e7a1922918a1822274fb7bacacde163.tar.bz2 |
fix a bunch of spelling errors
(closes SF patch #1104868)
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 6304346..6065725 100644 --- a/Doc/lib/libos.tex +++ b/Doc/lib/libos.tex @@ -639,7 +639,7 @@ Availability: Windows. \begin{datadesc}{SEEK_SET} \dataline{SEEK_CUR} \dataline{SEEK_END} -Parameteters to the \function{lseek()} function. +Parameters to the \function{lseek()} function. Their values are 0, 1, and 2, respectively. Availability: Windows, Macintosh, \UNIX. \versionadded{2.5} |