eric6/MicroPython/AddEditDevicesDialog.py

changeset 8110
c5af1d1d2a78
parent 8080
218ca8019eb8
child 8143
2c730d5fd177
--- a/eric6/MicroPython/AddEditDevicesDialog.py	Wed Feb 17 17:51:42 2021 +0100
+++ b/eric6/MicroPython/AddEditDevicesDialog.py	Thu Feb 18 17:21:12 2021 +0100
@@ -90,7 +90,7 @@
         Private slot to report the entered data to the eric-bugs email address.
         """
         body = "\r\n".join([
-            "This is an unknow MicroPython device. Please add it.",
+            "This is an unknown MicroPython device. Please add it.",
             "",
             "VID: {0}".format(self.vidEdit.text()),
             "PID: {0}".format(self.pidEdit.text()),

eric ide

mercurial