diff -r d5d3bcd26a0b -r b6e443be2a9b src/cm/converters/abi_converters.py --- 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