Commit 41e5d958 authored by Shu Chen's avatar Shu Chen Committed by Commit Bot

Fix typo: BackQuote -> Backquote.

Bug: 906511
Change-Id: I7ea2770072347eb37a0b9800a2ba0d17cecfe496
Reviewed-on: https://chromium-review.googlesource.com/c/1343577Reviewed-by: default avatarLeo Zhang <googleo@chromium.org>
Commit-Queue: Shu Chen <shuchen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#609576}
parent 64bec005
...@@ -162,7 +162,7 @@ static const std::map<std::string, RawDataEntry> kRawData = { ...@@ -162,7 +162,7 @@ static const std::map<std::string, RawDataEntry> kRawData = {
static const char* k101Keys[] = { static const char* k101Keys[] = {
// Row #1 // Row #1
"BackQuote", "Digit1", "Digit2", "Digit3", "Digit4", "Digit5", "Digit6", "Backquote", "Digit1", "Digit2", "Digit3", "Digit4", "Digit5", "Digit6",
"Digit7", "Digit8", "Digit9", "Digit0", "Minus", "Equal", "Digit7", "Digit8", "Digit9", "Digit0", "Minus", "Equal",
// Row #2 // Row #2
"KeyQ", "KeyW", "KeyE", "KeyR", "KeyT", "KeyY", "KeyU", "KeyI", "KeyO", "KeyQ", "KeyW", "KeyE", "KeyR", "KeyT", "KeyY", "KeyU", "KeyI", "KeyO",
...@@ -178,7 +178,7 @@ static const char* k101Keys[] = { ...@@ -178,7 +178,7 @@ static const char* k101Keys[] = {
static const char* k102Keys[] = { static const char* k102Keys[] = {
// Row #1 // Row #1
"BackQuote", "Digit1", "Digit2", "Digit3", "Digit4", "Digit5", "Digit6", "Backquote", "Digit1", "Digit2", "Digit3", "Digit4", "Digit5", "Digit6",
"Digit7", "Digit8", "Digit9", "Digit0", "Minus", "Equal", "Digit7", "Digit8", "Digit9", "Digit0", "Minus", "Equal",
// Row #2 // Row #2
"KeyQ", "KeyW", "KeyE", "KeyR", "KeyT", "KeyY", "KeyU", "KeyI", "KeyO", "KeyQ", "KeyW", "KeyE", "KeyR", "KeyT", "KeyY", "KeyU", "KeyI", "KeyO",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment