Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(151)

Unified Diff: ui/keyboard/resources/elements/kb-keyboard.js

Issue 697903002: Fix some minor typos related to the word "accessibility". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix an error of the chromeos build. Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « extensions/common/api/virtual_keyboard_private.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/keyboard/resources/elements/kb-keyboard.js
diff --git a/ui/keyboard/resources/elements/kb-keyboard.js b/ui/keyboard/resources/elements/kb-keyboard.js
index bf8e33ce06ae3985a0589f89ecd0d5bc6de6e310..ceb8f683d08d992c3b4c556adbf27c11cb9f3b13 100644
--- a/ui/keyboard/resources/elements/kb-keyboard.js
+++ b/ui/keyboard/resources/elements/kb-keyboard.js
@@ -368,7 +368,7 @@ Polymer('kb-keyboard', {
* Otherwise, the keyboard layout for 'text' type will be loaded.
*/
inputTypeChanged: function() {
- // Disable layout switching at accessbility mode.
+ // Disable layout switching at accessibility mode.
if (this.config && this.config.a11ymode)
return;
« no previous file with comments | « extensions/common/api/virtual_keyboard_private.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698