From 5708798e8443376cb52819dc1bcae3a59ed94ea6 Mon Sep 17 00:00:00 2001 From: Mats Wichmann Date: Fri, 29 May 2020 12:25:45 -0600 Subject: Fix typo in new trace_cleanup interior func Spotted by sider Signed-off-by: Mats Wichmann --- SCons/Debug.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SCons/Debug.py b/SCons/Debug.py index 10cd2f5..2212eb8 100644 --- a/SCons/Debug.py +++ b/SCons/Debug.py @@ -227,7 +227,7 @@ def Trace(msg, filename=None, mode='w', tstamp=False): global TimeStampDefault global PreviousTime - def traace_cleanup(traceFP): + def trace_cleanup(traceFP): traceFP.close() if file is None: -- cgit v0.12