SF Patch #1093896:  miscellaneous doc typos
diff --git a/Doc/lib/libunittest.tex b/Doc/lib/libunittest.tex
index 2bcda36..6c8769d 100644
--- a/Doc/lib/libunittest.tex
+++ b/Doc/lib/libunittest.tex
@@ -568,7 +568,7 @@
 
 \begin{methoddesc}[TestCase]{debug}{}
   Run the test without collecting the result.  This allows exceptions
-  raised by the test to be propogated to the caller, and can be used
+  raised by the test to be propagated to the caller, and can be used
   to support running tests under a debugger.
 \end{methoddesc}