Skip to content

Commit

Permalink
Fix spell check
Browse files Browse the repository at this point in the history
  • Loading branch information
ShishkinDmitriy committed Sep 17, 2024
1 parent 2ebc14b commit 4d3f13a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input/KeyboardAdapter.h
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ class KeyboardAdapter : public InputInterface {
codeSet = CodeSet::C2_CSI;
break;
default:
reset(); // Reset after unsupported C1 commmand
reset(); // Reset after unsupported C1 command
break;
}
break;
Expand Down

0 comments on commit 4d3f13a

Please sign in to comment.