[pypy-svn] r16666 - pypy/release/0.7.x/pypy/doc

pedronis at codespeak.net pedronis at codespeak.net
Fri Aug 26 18:59:59 CEST 2005


Author: pedronis
Date: Fri Aug 26 18:59:57 2005
New Revision: 16666

Modified:
   pypy/release/0.7.x/pypy/doc/translation.txt
Log:
fix typo



Modified: pypy/release/0.7.x/pypy/doc/translation.txt
==============================================================================
--- pypy/release/0.7.x/pypy/doc/translation.txt	(original)
+++ pypy/release/0.7.x/pypy/doc/translation.txt	Fri Aug 26 18:59:57 2005
@@ -1258,7 +1258,7 @@
 changed. This function is a generator that yields tuples of the form
 ``('c_name', LLTYPE)``. This makes the genc assign the name ``c_name`` to the
 type ``LLTYPE``. Similarly all the function defined in
-``predeclare_utility_functions`` are automacially made accessible under their
+``predeclare_utility_functions`` are automatically made accessible under their
 name in C.
 
 .. _`pypy/translator/c/extfunc.py`: ../translator/c/extfunc.py



More information about the Pypy-commit mailing list