We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cea203e commit 30c49a0Copy full SHA for 30c49a0
arduino-core/src/processing/app/SerialPortList.java
@@ -74,7 +74,7 @@ public class SerialPortList {
74
}
75
76
77
- //since 2.1.0 -> Fully rewrited port name comparator
+ //since 2.1.0 -> Fully rewritten port name comparator
78
private static final Comparator<String> PORTNAMES_COMPARATOR = new Comparator<String>() {
79
80
@Override
0 commit comments