summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libresource.tex
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2005-01-01 00:28:46 (GMT)
committerRaymond Hettinger <python@rcn.com>2005-01-01 00:28:46 (GMT)
commit68804315e0f2fe567e62c7023bc87ee358a480e7 (patch)
treeb3bd8d536221d63b6a7033fa0fcb10071f564001 /Doc/lib/libresource.tex
parentf871d833dd2a99d93ebdc4aa4cc07bd4afe9be61 (diff)
downloadcpython-68804315e0f2fe567e62c7023bc87ee358a480e7.zip
cpython-68804315e0f2fe567e62c7023bc87ee358a480e7.tar.gz
cpython-68804315e0f2fe567e62c7023bc87ee358a480e7.tar.bz2
SF Patch #1093896: miscellaneous doc typos
Diffstat (limited to 'Doc/lib/libresource.tex')
-rw-r--r--Doc/lib/libresource.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libresource.tex b/Doc/lib/libresource.tex
index 99f8611..8e102b8 100644
--- a/Doc/lib/libresource.tex
+++ b/Doc/lib/libresource.tex
@@ -44,7 +44,7 @@ operating system are not defined in this module for those platforms.
Returns a tuple \code{(\var{soft}, \var{hard})} with the current
soft and hard limits of \var{resource}. Raises \exception{ValueError} if
an invalid resource is specified, or \exception{error} if the
- underyling system call fails unexpectedly.
+ underlying system call fails unexpectedly.
\end{funcdesc}
\begin{funcdesc}{setrlimit}{resource, limits}
@@ -56,7 +56,7 @@ operating system are not defined in this module for those platforms.
Raises \exception{ValueError} if an invalid resource is specified,
if the new soft limit exceeds the hard limit, or if a process tries
to raise its hard limit (unless the process has an effective UID of
- super-user). Can also raise \exception{error} if the underyling
+ super-user). Can also raise \exception{error} if the underlying
system call fails.
\end{funcdesc}