From cd68d371f62077776817a52e80c79a721cfd433b Mon Sep 17 00:00:00 2001 From: Matthew Bourque Date: Thu, 29 Aug 2024 10:44:33 -0600 Subject: [PATCH] Fixed typo --- imap_processing/idex/l1/idex_l1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imap_processing/idex/l1/idex_l1.py b/imap_processing/idex/l1/idex_l1.py index 0865a5e3b..38289f977 100644 --- a/imap_processing/idex/l1/idex_l1.py +++ b/imap_processing/idex/l1/idex_l1.py @@ -22,7 +22,7 @@ logger = logging.getLogger(__name__) # TODO: Generate quicklook plots -# TODO: Currently to code assumes that one L0 file will produce one L1 file. +# TODO: Currently the code assumes that one L0 file will produce one L1 file. # Is this a valid assumption? # Create a large dictionary of values from the FPGA header that need to be