diff -r e29b0ee86b29 -r 9f9816b19aa4 eric6/MicroPython/MicroPythonFileManagerWidget.py --- a/eric6/MicroPython/MicroPythonFileManagerWidget.py Sat Jul 27 17:02:01 2019 +0200 +++ b/eric6/MicroPython/MicroPythonFileManagerWidget.py Sat Jul 27 17:52:00 2019 +0200 @@ -776,7 +776,7 @@ Globals.dataString(totalSize), Globals.dataString(usedSize), Globals.dataString(freeSize), - ) + ) E5MessageBox.information( self, self.tr("Filesystem Information"), @@ -875,7 +875,7 @@ @pyqtSlot(str, str) def __deviceImplementationReceived(self, name, version): """ - Privat slot handling the receipt of implementation info. + Private slot handling the receipt of implementation info. @param name name of the implementation @type str