fixed typo commet

This commit is contained in:
michael starke
2017-09-18 11:20:16 +02:00
parent 167ee425f8
commit 41f0f64567

View File

@@ -121,7 +121,7 @@ uint16_t const kMPUnknownKeyCode = UINT16_MAX;
/* Generate table of keycodes and characters. */
/* Loop through every keycode (0 - 127) to find its current mapping. */
/* Loop throuhg every control key compbination for every virtual key */
/* Loop through every control key compbination for every virtual key */
for(CGKeyCode keyCode = 0; keyCode < 128; ++keyCode) {
for(int modifierIndex = 0; modifierIndex < MPArrayCount(modifierCombinations); modifierIndex++) {
MPModifiedKey mKey = MPMakeModifiedKey(modifierCombinations[modifierIndex], keyCode);