From 80ac4eb5ae1e92e02df8d8387d33992111f73d8c Mon Sep 17 00:00:00 2001 From: acpaquette <acpaquette@usgs.gov> Date: Mon, 26 Feb 2024 14:45:47 -0700 Subject: [PATCH] Fixed typos in doc strings --- ale/drivers/co_drivers.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ale/drivers/co_drivers.py b/ale/drivers/co_drivers.py index 27bbb54..acfcce0 100644 --- a/ale/drivers/co_drivers.py +++ b/ale/drivers/co_drivers.py @@ -335,7 +335,7 @@ class CassiniVimsIsisLabelNaifSpiceDriver(LineScanner, IsisLabel, NaifSpice, NoD @property def sensor_name(self): """ - ISIS doesn't propergate this to the ingested cube label, so hard-code it. + ISIS doesn't propagate this to the ingested cube label, so hard-code it. """ return vims_name_lookup[super().instrument_id] @@ -464,7 +464,7 @@ class CassiniVimsIsisLabelIsisSpiceDriver(LineScanner, IsisLabel, IsisSpice, NoD @property def sensor_name(self): """ - ISIS doesn't propergate this to the ingested cube label, so hard-code it. + ISIS doesn't propagate this to the ingested cube label, so hard-code it. """ return "Visible and Infrared Mapping Spectrometer" -- GitLab