1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-31 20:52:13 +01:00

Typo in SerialPlotter.java

This commit is contained in:
QuocViet Le 2020-12-14 12:32:15 -06:00 committed by Cristian Maglie
parent 7a9db6ccf8
commit 69e91cab5c

View File

@ -373,7 +373,7 @@ public class SerialPlotter extends AbstractMonitor {
sendButton.addActionListener(listener);
}
public void appyPreferences() {
public void applyPreferences() {
// Apply line endings.
if (PreferencesData.get("serial.line_ending") != null) {
lineEndings.setSelectedIndex(PreferencesData.getInteger("serial.line_ending"));