Correct a typo
authorduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 18 Dec 2008 14:18:00 +0000 (14:18 +0000)
committerduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 18 Dec 2008 14:18:00 +0000 (14:18 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2081 38d2e660-2303-0410-9eaa-f027e97ec537

wizard/bertos_utils.py

index d09b889ce0c80aa372b6f2f34593853c9d0075e2..e5a21d9b4989fa898ee518f9e55d936d88df9b66 100644 (file)
@@ -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