[pypy-svn] r7346 - pypy/trunk/src/pypy/objspace/flow

bob at codespeak.net bob at codespeak.net
Wed Nov 17 18:07:09 CET 2004


Author: bob
Date: Wed Nov 17 18:07:08 2004
New Revision: 7346

Modified:
   pypy/trunk/src/pypy/objspace/flow/objspace.py
Log:
fix spelling error in comment



Modified: pypy/trunk/src/pypy/objspace/flow/objspace.py
==============================================================================
--- pypy/trunk/src/pypy/objspace/flow/objspace.py	(original)
+++ pypy/trunk/src/pypy/objspace/flow/objspace.py	Wed Nov 17 18:07:08 2004
@@ -260,7 +260,7 @@
         #print >> sys.stderr, 'Variable operation', name, args_w
         w_result = self.do_operation(name, *args_w)
         if exceptions:
-            # catch possible exceptions implicitely.  If the OperationError
+            # catch possible exceptions implicitly.  If the OperationError
             # below is not caught in the same function, it will produce an
             # exception-raising return block in the flow graph.  The special
             # value 'wrap(last_exception)' is used as a marker for this kind



More information about the Pypy-commit mailing list