From 25af985d0b31732f5dd6cea9ab001495a1aabb01 Mon Sep 17 00:00:00 2001 From: mjdenkowski Date: Sun, 16 Nov 2014 16:05:27 -0500 Subject: typo fix --- python/cdec/sa/compile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') -- cgit v1.2.3