Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
linev committed Apr 27, 2023
1 parent 05bb941 commit 4a65a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/http/scripts/dabc.js
Original file line number Diff line number Diff line change
Expand Up @@ -1323,7 +1323,7 @@ class DabcCommandPainter extends BasePainter {

dom.append('button')
.attr('title', `Execute command ${this.jsonnode.fullitemname}`)
.text('Exectute')
.text('Execute')
.on('click', () => this.invokeCommand());

for (let cnt = 0; cnt < this.numArgs(); cnt++) {
Expand Down

0 comments on commit 4a65a96

Please sign in to comment.