summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorevy@chromium.org <evy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-09 10:56:11 +0000
committerevy@chromium.org <evy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-09 10:57:29 +0000
commit61a1da5eae2d93b641fcc89585e9a9c9033a3fa7 (patch)
tree9b860e35312b74afb2cac9297b024c1097ae6fef /ui
parent91e2701fdbcc6a336cce5fb0937088b4c88da0ba (diff)
downloadchromium_src-61a1da5eae2d93b641fcc89585e9a9c9033a3fa7.zip
chromium_src-61a1da5eae2d93b641fcc89585e9a9c9033a3fa7.tar.gz
chromium_src-61a1da5eae2d93b641fcc89585e9a9c9033a3fa7.tar.bz2
Fixed accessibility typo (mistyped accessiblity) in the code base.
Review URL: https://codereview.chromium.org/459553002 Cr-Commit-Position: refs/heads/master@{#288567} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288567 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui')
-rw-r--r--ui/chromeos/touch_exploration_controller.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/chromeos/touch_exploration_controller.h b/ui/chromeos/touch_exploration_controller.h
index 59ff114..0e27d51 100644
--- a/ui/chromeos/touch_exploration_controller.h
+++ b/ui/chromeos/touch_exploration_controller.h
@@ -44,8 +44,8 @@ class TouchExplorationControllerDelegate {
// TouchExplorationController is used in tandem with "Spoken Feedback" to
// make the touch UI accessible. Gestures performed in the middle of the screen
-// are mapped to accessiblity key shortcuts while gestures performed on the edge
-// of the screen can change settings.
+// are mapped to accessibility key shortcuts while gestures performed on the
+// edge of the screen can change settings.
//
// ** Short version **
//