]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Spelling fix
authorAndrew M. Kuchling <amk@amk.ca>
Tue, 10 Aug 2004 19:02:54 +0000 (19:02 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 10 Aug 2004 19:02:54 +0000 (19:02 +0000)
Doc/api/utilities.tex

index 318e450d8a31e4c86112dd5de1e0750cc01ae9c0..cd6c87d4a2f9d00b63596ad87cd593b51b8aba3b 100644 (file)
@@ -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}