We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a9db6c commit 69e91caCopy full SHA for 69e91ca
app/src/processing/app/SerialPlotter.java
@@ -373,7 +373,7 @@ public void onSendCommand(ActionListener listener) {
373
sendButton.addActionListener(listener);
374
}
375
376
- public void appyPreferences() {
+ public void applyPreferences() {
377
// Apply line endings.
378
if (PreferencesData.get("serial.line_ending") != null) {
379
lineEndings.setSelectedIndex(PreferencesData.getInteger("serial.line_ending"));
0 commit comments