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')