summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libos.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2005-01-19 03:39:17 (GMT)
committerFred Drake <fdrake@acm.org>2005-01-19 03:39:17 (GMT)
commitb184ae860e7a1922918a1822274fb7bacacde163 (patch)
tree613885bc2dbb4d637597c4266738a6805971a2bc /Doc/lib/libos.tex
parent9f79dbfd4a4d39f1bf30b40573033ef4ad5701bc (diff)
downloadcpython-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.tex2
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}