From fceebaed76bda73228a8fe09b4f7a1c9a3bda10e Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Sat, 18 Feb 2023 09:34:53 -0600 Subject: [PATCH] Update core/tests/unit/ldml/ldml.cpp Co-authored-by: Marc Durdin --- core/tests/unit/ldml/ldml.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tests/unit/ldml/ldml.cpp b/core/tests/unit/ldml/ldml.cpp index 4cd2219dac..d651305d3c 100644 --- a/core/tests/unit/ldml/ldml.cpp +++ b/core/tests/unit/ldml/ldml.cpp @@ -131,7 +131,7 @@ apply_action( std::cout << "action: context invalidated (markers cleared)" << std::endl; break; case KM_KBP_IT_EMIT_KEYSTROKE: - std::cout << "action: emit kestroke" << std::endl; + std::cout << "action: emit keystroke" << std::endl; break; case KM_KBP_IT_CAPSLOCK: std::cout << "action: capsLock " << act.capsLock << std::endl;