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

Unified Diff: chrome/common/extensions/api/automation_internal.idl

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
Index: chrome/common/extensions/api/automation_internal.idl
diff --git a/chrome/common/extensions/api/automation_internal.idl b/chrome/common/extensions/api/automation_internal.idl
index e95701decfb01da1e090c82ec5a5ece54484769d..b6d031d21b7e877f0e3e5c793d1467b3a5195b2a 100644
--- a/chrome/common/extensions/api/automation_internal.idl
+++ b/chrome/common/extensions/api/automation_internal.idl
@@ -38,7 +38,7 @@ namespace automationInternal {
long nodeIdToClear;
// A vector of nodes to update according to the rules described in
- // ui/accesibility/ax_tree_update.h.
+ // ui/accessibility/ax_tree_update.h.
AXNodeData[] nodes;
};

Powered by Google App Engine
This is Rietveld 408576698