Browse Source

Fixed typo

Jaime van Kessel 9 years ago
parent
commit
18497329db
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/USBPrinting/PrinterConnection.py

+ 1 - 1
plugins/USBPrinting/PrinterConnection.py

@@ -236,7 +236,7 @@ class PrinterConnection(OutputDevice, QObject, SignalEmitter):
         self._poll_endstop = True
         self._end_stop_thread.start()
 
-    @pyqtSLot()
+    @pyqtSlot()
     def stopPollEndstop(self):
         self._poll_endstop = False