From f54ac7e0ee667b3263e35688bed63bf77e9b18d1 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Tue, 10 Aug 2004 19:01:50 +0000 Subject: Spelling fix --- Doc/api/utilities.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/api/utilities.tex b/Doc/api/utilities.tex index ef9e34f..590df6c 100644 --- a/Doc/api/utilities.tex +++ b/Doc/api/utilities.tex @@ -84,7 +84,7 @@ values from C values. \cfunction{Py_AtExit()} returns \code{0}; on failure, it returns \code{-1}. The cleanup function registered last is called first. Each cleanup function will be called at most once. Since Python's - internal finallization will have completed before the cleanup + internal finalization will have completed before the cleanup function, no Python APIs should be called by \var{func}. \end{cfuncdesc} -- cgit v0.12