Skip to content

Commit 69e91ca

Browse files
sceniclifecmaglie
authored andcommitted
Typo in SerialPlotter.java
1 parent 7a9db6c commit 69e91ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/processing/app/SerialPlotter.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ public void onSendCommand(ActionListener listener) {
373373
sendButton.addActionListener(listener);
374374
}
375375

376-
public void appyPreferences() {
376+
public void applyPreferences() {
377377
// Apply line endings.
378378
if (PreferencesData.get("serial.line_ending") != null) {
379379
lineEndings.setSelectedIndex(PreferencesData.getInteger("serial.line_ending"));

0 commit comments

Comments
 (0)