From: duplo Date: Thu, 18 Dec 2008 14:18:00 +0000 (+0000) Subject: Correct a typo X-Git-Tag: 2.1.0~601 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=7aaf72a1c2b435d9704f0161459f1b338ec608c5;p=bertos.git Correct a typo git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2081 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/wizard/bertos_utils.py b/wizard/bertos_utils.py index d09b889c..e5a21d9b 100644 --- a/wizard/bertos_utils.py +++ b/wizard/bertos_utils.py @@ -29,5 +29,5 @@ def findDefinitions(ftype, path): for element in l: for filename in element[2]: if fnmatch.fnmatch(filename, "*." + ftype): - defintions[filename] = element[0] + definitions[filename] = element[0] return definitions \ No newline at end of file