Patch #821093: Fix various typos.
diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex
index 3336cb4..edc5368 100644
--- a/Doc/tut/tut.tex
+++ b/Doc/tut/tut.tex
@@ -2494,7 +2494,7 @@
 the core of the language but are nevertheless built in, either for
 efficiency or to provide access to operating system primitives such as
 system calls.  The set of such modules is a configuration option which
-also dependson the underlying platform  For example,
+also depends on the underlying platform  For example,
 the \module{amoeba} module is only provided on systems that somehow
 support Amoeba primitives.  One particular module deserves some
 attention: \ulink{\module{sys}}{../lib/module-sys.html}%
@@ -2647,7 +2647,7 @@
               ...
 \end{verbatim}
 
-When importing the package, Python searchs through the directories
+When importing the package, Python searches through the directories
 on \code{sys.path} looking for the package subdirectory.
 
 The \file{__init__.py} files are required to make Python treat the