From a0df4769b192efe53ea356563006da49e72aafbf Mon Sep 17 00:00:00 2001 From: gjr80 Date: Sun, 25 Feb 2024 09:29:33 +1000 Subject: [PATCH] spelling fix --- src/weewx/engine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/weewx/engine.py b/src/weewx/engine.py index c89c089f..ddaad792 100644 --- a/src/weewx/engine.py +++ b/src/weewx/engine.py @@ -449,7 +449,7 @@ class StdCalibrate(StdService): def new_archive_record(self, event): """Apply a calibration correction to an archive packet""" for obs_type in self.corrections: - # If a record was softwrae-generated, then the correction has presumably been + # If a record was software-generated, then the correction has presumably been # already applied in the LOOP packet. So, unless told otherwise, do not do the # correction again. if ((len(self.which[obs_type]) == 0 and event.origin != 'software')