From 80ce7cc2f829ad4326ab44e83e03f5af5551b0a7 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Thu, 28 Aug 2014 09:21:17 -0400 Subject: [PATCH] Fix typos in get_nndc_data.py --- data/get_nndc_data.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/get_nndc_data.py b/data/get_nndc_data.py index aaaacd4dfa..7e964bff88 100755 --- a/data/get_nndc_data.py +++ b/data/get_nndc_data.py @@ -129,14 +129,14 @@ if not response or response.lower().startswith('y'): # loop around ace directories for d in ace_dirs: - print('Coverting {0}...'.format(d)) + print('Converting {0}...'.format(d)) # get a list of files to convert ace_files = glob.glob(os.path.join(d, '*.ace*')) # convert files for f in ace_files: - print(' Coverting {0}...'.format(os.path.split(f)[1])) + print(' Converting {0}...'.format(os.path.split(f)[1])) ascii_to_binary(f, f) # Change cross_sections.xml file