Skip to content

Commit 85ad612

Browse files
committed
feat(windows): typos
1 parent ba572f1 commit 85ad612

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/tests/unit/kmnkbd/action_items.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const char *action_item_types[] = {
2323
"KM_KBP_IT_PERSIST_OPT", // = 5, // The indicated option needs to be stored.
2424
"KM_KBP_IT_EMIT_KEYSTROKE", // = 6, // Emit the current keystroke to the application
2525
"KM_KBP_IT_INVALIDATE_CONTEXT", // = 7,
26-
"KM_KBP_IT_CAPSLOCK", // = 8,
26+
"KM_KBP_IT_CAPSLOCK",// = 8, Enable or disable capsLock
2727
};
2828

2929
void print_action_item(const char *title, km_kbp_action_item const & item) {

core/tests/unit/kmx/kmx_external_event.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ void test_external_event(const km::kbp::path &source_file){
5656
// keyboard is a caps always off keyboard
5757

5858
try_status(km_kbp_event(test_state, event, nullptr));
59-
// The action to turn capslock off must be in the actions let.
59+
// The action to turn capslock off must be in the actions list.
6060
assert(action_items(test_state, {{KM_KBP_IT_CAPSLOCK, {0,}, {0}}, {KM_KBP_IT_END}}));
6161

6262
km_kbp_state_dispose(test_state);

0 commit comments

Comments
 (0)