]> granicus.if.org Git - python/commitdiff
Issue #18874: Fix typo
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 26 Nov 2013 00:18:52 +0000 (01:18 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 26 Nov 2013 00:18:52 +0000 (01:18 +0100)
Modules/_tracemalloc.c

index 4d48ee82d1da2a91d01d2264e84396a82947c392..8ac5f7979390e1501d0b139a03d30459f3041b42 100644 (file)
@@ -284,7 +284,7 @@ tracemalloc_get_frame(PyFrameObject *pyframe, frame_t *frame)
     code = pyframe->f_code;
     if (code == NULL) {
 #ifdef TRACE_DEBUG
-        tracemalloc_error("failed to get the code object of the frame");
+        tracemalloc_error("failed to get the code object of the frame");
 #endif
         return;
     }