SF Patch #1093896:  miscellaneous doc typos
diff --git a/Doc/lib/libcodeop.tex b/Doc/lib/libcodeop.tex
index ac39d2a..7d6153e 100644
--- a/Doc/lib/libcodeop.tex
+++ b/Doc/lib/libcodeop.tex
@@ -58,7 +58,7 @@
 \end{funcdesc}
 
 \begin{classdesc}{Compile}{}
-Instances of this class have \method{__call__()} methods indentical in
+Instances of this class have \method{__call__()} methods identical in
 signature to the built-in function \function{compile()}, but with the
 difference that if the instance compiles program text containing a
 \module{__future__} statement, the instance 'remembers' and compiles