[pypy-svn] r66134 - pypy/extradoc/talk/ecoop2009-tutorial

antocuni at codespeak.net antocuni at codespeak.net
Tue Jul 7 00:03:48 CEST 2009


Author: antocuni
Date: Tue Jul  7 00:03:48 2009
New Revision: 66134

Modified:
   pypy/extradoc/talk/ecoop2009-tutorial/talk.txt
Log:
typo


Modified: pypy/extradoc/talk/ecoop2009-tutorial/talk.txt
==============================================================================
--- pypy/extradoc/talk/ecoop2009-tutorial/talk.txt	(original)
+++ pypy/extradoc/talk/ecoop2009-tutorial/talk.txt	Tue Jul  7 00:03:48 2009
@@ -32,7 +32,7 @@
 
 - when writing a VM in C, some things have to be decided up front
 - examples are things like memory model, GC, threading model, etc.
-- desicions manifest throughout the source code
+- decisions manifest throughout the source code
 - extremely hard to change later
 
 |pause|



More information about the Pypy-commit mailing list