diff options
Diffstat (limited to 'python/cdec/sa')
| -rw-r--r-- | python/cdec/sa/compile.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/python/cdec/sa/compile.py b/python/cdec/sa/compile.py index a5bd0699..78ab729d 100644 --- a/python/cdec/sa/compile.py +++ b/python/cdec/sa/compile.py @@ -119,7 +119,7 @@ def main():      a = cdec.sa.Alignment(from_text=args.alignment)      a.write_binary(a_bin)      stop_time = monitor_cpu() -    logger.info('Compiling alignment took %f seonds', stop_time - start_time) +    logger.info('Compiling alignment took %f seconds', stop_time - start_time)      start_time = monitor_cpu()      logger.info('Compiling bilexical dictionary') | 
