From 340f90744b5c7df0e89fda8129913c908f7383df Mon Sep 17 00:00:00 2001
From: kienle <kienle@passcal.nmt.edu>
Date: Fri, 28 Feb 2025 13:35:48 -0700
Subject: [PATCH] Fix bad word choice

---
 sohstationviewer/view/db_config/channel_dialog.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sohstationviewer/view/db_config/channel_dialog.py b/sohstationviewer/view/db_config/channel_dialog.py
index f158244e..5e2a17e6 100755
--- a/sohstationviewer/view/db_config/channel_dialog.py
+++ b/sohstationviewer/view/db_config/channel_dialog.py
@@ -109,7 +109,7 @@ class ChannelDialog(UiDBInfoDialog):
     @Slot()
     def on_checkbox_toggle(self, checked: bool, checkbox: CenteredCheckBox):
         """
-        Called when a checkbox is toggled. Store whether the toggle reverts the
+        Called when a checkbox is toggled. Check whether the toggle reverts the
         checkbox to its original state and style the checkbox accordingly.
 
         :param checked: whether the checkbox is checked after the toggle
-- 
GitLab