[pypy-svn] r50616 - pypy/dist/pypy/doc
cfbolz at codespeak.net
cfbolz at codespeak.net
Mon Jan 14 23:04:42 CET 2008
Author: cfbolz
Date: Mon Jan 14 23:04:41 2008
New Revision: 50616
Modified:
pypy/dist/pypy/doc/getting-started.txt
Log:
typo
Modified: pypy/dist/pypy/doc/getting-started.txt
==============================================================================
--- pypy/dist/pypy/doc/getting-started.txt (original)
+++ pypy/dist/pypy/doc/getting-started.txt Mon Jan 14 23:04:41 2008
@@ -574,7 +574,7 @@
`Boehm-Demers-Weiser garbage collector`_ for the translated interpreter. Use
``--gc=generation`` to use our own exact generational implementation which
is now faster and doesn't have external dependencies. Otherwise, be
-sure io install Boehm before starting the translation (e.g. by running
+sure to install Boehm before starting the translation (e.g. by running
``apt-get install libgc-dev`` on Debian or Ubuntu).
This whole process will take some time and quite a lot of memory (although it
More information about the Pypy-commit
mailing list