Skip to content

Commit 6e83123

Browse files
author
Wilhelm Wiens
committed
Fix typo of applyPreferences
1 parent 3a1bc37 commit 6e83123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/processing/app/SerialPlotter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ public void onSendCommand(ActionListener listener) {
390390
sendButton.addActionListener(listener);
391391
}
392392

393-
public void appyPreferences() {
393+
public void applyPreferences() {
394394
// Apply line endings.
395395
if (PreferencesData.get("serial.line_ending") != null) {
396396
lineEndings.setSelectedIndex(PreferencesData.getInteger("serial.line_ending"));

0 commit comments

Comments
 (0)