SF Patch #1093896:  miscellaneous doc typos
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 @@
   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 @@
   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}