Author: Maciej Fijalkowski <[email protected]>
Branch: vmprof
Changeset: r76661:f15aca12980f
Date: 2015-03-31 13:33 +0200
http://bitbucket.org/pypy/pypy/changeset/f15aca12980f/

Log:    so many typos

diff --git a/pypy/module/_vmprof/interp_vmprof.py 
b/pypy/module/_vmprof/interp_vmprof.py
--- a/pypy/module/_vmprof/interp_vmprof.py
+++ b/pypy/module/_vmprof/interp_vmprof.py
@@ -198,7 +198,7 @@
             raise oefmt(space.w_ValueError, "_vmprof not enabled")
         self.is_enabled = False
         space.register_code_callback(None)
-        self._fluch_codes(space)
+        self._flush_codes(space)
         self.fileno = -1
         if we_are_translated():
            # does not work untranslated
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to