diff options
author | mjdenkowski <michael.j.denkowski@gmail.com> | 2014-11-16 16:05:27 -0500 |
---|---|---|
committer | mjdenkowski <michael.j.denkowski@gmail.com> | 2014-11-16 16:05:27 -0500 |
commit | 25af985d0b31732f5dd6cea9ab001495a1aabb01 (patch) | |
tree | b3568af14237104a997cbcd2eb413555b43324c6 /python | |
parent | 2a6a16056d0705423c40366dcde7dd46e39be248 (diff) |
typo fix
Diffstat (limited to 'python')
-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') |