Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/arduino/Arduino.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoni Spaanderman <49868160+antonilol@users.noreply.github.com>2021-09-04 16:32:13 +0300
committerGitHub <noreply@github.com>2021-09-04 16:32:13 +0300
commit30c49a02784ac348043aa566fb7541752f52fed9 (patch)
tree72670e3f4066297a42f148d48781ac16b861681a
parentcea203e0a977145774ab334c58c4f3dfaac8cdb8 (diff)
spelling mistake that made my brain hurt
-rw-r--r--arduino-core/src/processing/app/SerialPortList.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/arduino-core/src/processing/app/SerialPortList.java b/arduino-core/src/processing/app/SerialPortList.java
index 04e8c46b5..f231ad6fb 100644
--- a/arduino-core/src/processing/app/SerialPortList.java
+++ b/arduino-core/src/processing/app/SerialPortList.java
@@ -74,7 +74,7 @@ public class SerialPortList {
}
}
- //since 2.1.0 -> Fully rewrited port name comparator
+ //since 2.1.0 -> Fully rewritten port name comparator
private static final Comparator<String> PORTNAMES_COMPARATOR = new Comparator<String>() {
@Override