From f517beba7668030138c3c6cf69e1bfd3259bfaf0 Mon Sep 17 00:00:00 2001 From: Ian Paschal Date: Fri, 6 Sep 2019 11:30:42 +0200 Subject: [PATCH] Fix typo CS-171 --- .../src/Network/LocalClusterOutputDeviceManager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDeviceManager.py b/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDeviceManager.py index bfeb2f0be4..89fd71d03c 100644 --- a/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDeviceManager.py +++ b/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDeviceManager.py @@ -139,7 +139,7 @@ class LocalClusterOutputDeviceManager: machine_bom_numbers = machine.get("bom_numbers", []) if machine_type and machine_bom_numbers: for bom_number in machine_bom_numbers: - # This produces a n:1 mapping of bom numberss to machine types + # This produces a n:1 mapping of bom numbers to machine types # allowing the S5R1 and S5R2 hardware to use a single S5 definition. found_machine_type_identifiers[str(bom_number)] = machine_type return found_machine_type_identifiers