Skip to content

Commit 0ebfbf8

Browse files
committed
Fixing typo in custom error message.
1 parent 4b7bc3b commit 0ebfbf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/processing/app/debug/Compiler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ public void message(String s) {
491491
if (pieces[3].trim().equals("'Udp' was not declared in this scope")) {
492492
error = _("The Udp class has been renamed EthernetUdp.");
493493
msg = _("\nAs of Arduino 1.0, the Udp class in the Ethernet library " +
494-
"has been renamed to EthernetClient.\n\n");
494+
"has been renamed to EthernetUdp.\n\n");
495495
}
496496

497497
if (pieces[3].trim().equals("'class TwoWire' has no member named 'send'")) {

0 commit comments

Comments
 (0)