From 10bf6744aaef4dc873ad12c4ff0b770e6eb8ceb4 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Sun, 27 Jun 2021 16:26:55 -0400 Subject: [PATCH] Correct typo. --- Machines/Apple/Macintosh/Keyboard.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Machines/Apple/Macintosh/Keyboard.hpp b/Machines/Apple/Macintosh/Keyboard.hpp index e89840bdc..d69af1f56 100644 --- a/Machines/Apple/Macintosh/Keyboard.hpp +++ b/Machines/Apple/Macintosh/Keyboard.hpp @@ -271,7 +271,7 @@ class Keyboard { /// so this may not be valid prior to Mode::PerformingCommand. int command_ = 0; /// Populated during PerformingCommand as the response to the most-recently-received command, this - /// is then shifted out to teh host computer. So it is guaranteed valid at the beginning of Mode::SendingResponse, + /// is then shifted out to the host computer. So it is guaranteed valid at the beginning of Mode::SendingResponse, /// but not afterwards. int response_ = 0;