aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/load_cell.py
diff options
context:
space:
mode:
Diffstat (limited to 'klippy/extras/load_cell.py')
-rw-r--r--klippy/extras/load_cell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/klippy/extras/load_cell.py b/klippy/extras/load_cell.py
index 4117a92c..5ef2c5b7 100644
--- a/klippy/extras/load_cell.py
+++ b/klippy/extras/load_cell.py
@@ -53,7 +53,7 @@ class ApiClientHelper(object):
wh = self.printer.lookup_object('webhooks')
wh.register_mux_endpoint(path, key, value, self._add_webhooks_client)
-# Class for handling commands related ot load cells
+# Class for handling commands related to load cells
class LoadCellCommandHelper:
def __init__(self, config, load_cell):
self.printer = config.get_printer()