summaryrefslogtreecommitdiffstats
path: root/ui/keyboard
diff options
context:
space:
mode:
authorsungmann.cho <sungmann.cho@navercorp.com>2014-11-03 16:20:05 -0800
committerCommit bot <commit-bot@chromium.org>2014-11-04 00:20:23 +0000
commite8f9c11c1d887a2768fe31a94ccca273baa1b0ff (patch)
treec288756228a77c6e10d83b43ac5f3508c00549b1 /ui/keyboard
parent9dfb808fd36af298ec090cfc7dc0f4b2d1325352 (diff)
downloadchromium_src-e8f9c11c1d887a2768fe31a94ccca273baa1b0ff.zip
chromium_src-e8f9c11c1d887a2768fe31a94ccca273baa1b0ff.tar.gz
chromium_src-e8f9c11c1d887a2768fe31a94ccca273baa1b0ff.tar.bz2
Fix some minor typos related to the word "accessibility".
BUG=none TBR=asargent Review URL: https://codereview.chromium.org/697903002 Cr-Commit-Position: refs/heads/master@{#302528}
Diffstat (limited to 'ui/keyboard')
-rw-r--r--ui/keyboard/resources/elements/kb-keyboard.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/keyboard/resources/elements/kb-keyboard.js b/ui/keyboard/resources/elements/kb-keyboard.js
index bf8e33c..ceb8f68 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;