Skip to content

Commit e1bb135

Browse files
authored
Merge pull request #11661 from antonilol/patch-1
spelling mistake that made my brain hurt
2 parents cea203e + 30c49a0 commit e1bb135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arduino-core/src/processing/app/SerialPortList.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public class SerialPortList {
7474
}
7575
}
7676

77-
//since 2.1.0 -> Fully rewrited port name comparator
77+
//since 2.1.0 -> Fully rewritten port name comparator
7878
private static final Comparator<String> PORTNAMES_COMPARATOR = new Comparator<String>() {
7979

8080
@Override

0 commit comments

Comments
 (0)