From b42ef49a4e33a06c4356a39799a007d3e70cc9e4 Mon Sep 17 00:00:00 2001 From: Thomas Karl Pietrowski Date: Tue, 16 Aug 2016 23:27:54 +0200 Subject: [PATCH] Typo --- plugins/USBPrinting/USBPrinterOutputDevice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/USBPrinting/USBPrinterOutputDevice.py b/plugins/USBPrinting/USBPrinterOutputDevice.py index 07aea477be..26d7557fd2 100644 --- a/plugins/USBPrinting/USBPrinterOutputDevice.py +++ b/plugins/USBPrinting/USBPrinterOutputDevice.py @@ -242,7 +242,7 @@ class USBPrinterOutputDevice(PrinterOutputDevice): ## Private common function which makes sure that firmware update process has completed/ended with a set progress state def _updateFirmware_completed_common(self, progress, max_progress = 100): if not progress: - raise Exception("Progresss not set!") + raise Exception("Progress not set!") self.setProgress(progress, max_progress = max_progress) self._firmware_update_finished = True