summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libunittest.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/lib/libunittest.tex')
-rw-r--r--Doc/lib/libunittest.tex2
1 files changed, 1 insertions, 1 deletions
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 @@ Methods in the first group are:
\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}