1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-28 09:24:14 +01:00

spelling mistake that made my brain hurt

This commit is contained in:
Antoni Spaanderman 2021-09-04 15:32:13 +02:00 committed by GitHub
parent cea203e0a9
commit 30c49a0278
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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