From 4120f3b56c134eda40b5ae607bf8b017cf71e8b3 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 1 Nov 2017 16:04:58 -0700 Subject: [PATCH] fix typo --- etgtools/tweaker_tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etgtools/tweaker_tools.py b/etgtools/tweaker_tools.py index f4397cd6..f1299d61 100644 --- a/etgtools/tweaker_tools.py +++ b/etgtools/tweaker_tools.py @@ -501,7 +501,7 @@ def addSipConvertToSubClassCode(klass): def getEtgFiles(names): """ Create a list of the files from the basenames in the names list that - corespond to files in the etg folder. + correspond to files in the etg folder. """ return getMatchingFiles(names, 'etg/%s.py')