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

Merge pull request #11661 from antonilol/patch-1

spelling mistake that made my brain hurt
This commit is contained in:
Kristoffer Engdahl 2021-09-06 12:49:41 +02:00 committed by GitHub
commit e1bb135b86
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