Skip to content

Commit

Permalink
Comment spelling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Efimov committed Nov 17, 2023
1 parent e38ee4e commit 770bc0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tabs/presets/presets.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ presets.applyCommandsList = function(strings) {

presets.forceSave = function() {
this.cliEngine.sendLine(CliEngine.s_commandSave, null, () => {
// In case of batch CLI commands errors Firmware requeires extra "save" comand for CLI safety.
// In case of batch CLI command errors the firmware requires extra "save" command for safety.
this.cliEngine.sendLine(CliEngine.s_commandSave);
});
this.disconnectCliMakeSure();
Expand Down

0 comments on commit 770bc0b

Please sign in to comment.