This commit is contained in:
Robin Dunn
2017-11-01 16:04:58 -07:00
parent 2b35977fdc
commit 4120f3b56c

View File

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