| changeset 442 | b6e443be2a9b |
| parent 433 | 056d92bffb23 |
| child 454 | b7a092a52eae |
--- a/src/cm/converters/abi_converters.py Thu May 24 12:46:50 2012 +0200 +++ b/src/cm/converters/abi_converters.py Thu May 24 12:48:39 2012 +0200 @@ -100,7 +100,7 @@ type = TYPES_OUT.get( type or os.path.splitext(out_file)[1][1:], 'txt') - # do the coversion + # do the conversion self._perform_conversion(in_file, out_file, type) # return a byte string if no out_file is specified