summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorrjkroege@chromium.org <rjkroege@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-16 21:52:13 +0000
committerrjkroege@chromium.org <rjkroege@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-16 21:52:13 +0000
commitf2164909fd82aee1283c9bf5c38b5e662b8db7ae (patch)
tree1339993a99238c86f81125726cc40d99d5756e47 /ui
parent6827829056adbb74b8a721d25656a9ea029517d7 (diff)
downloadchromium_src-f2164909fd82aee1283c9bf5c38b5e662b8db7ae.zip
chromium_src-f2164909fd82aee1283c9bf5c38b5e662b8db7ae.tar.gz
chromium_src-f2164909fd82aee1283c9bf5c38b5e662b8db7ae.tar.bz2
Fixed a spelling mistake in a comment.
BUG=none TBR=spang@chromium.org. Review URL: https://codereview.chromium.org/338223002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277547 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui')
-rw-r--r--ui/events/ozone/event_factory_ozone.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/events/ozone/event_factory_ozone.h b/ui/events/ozone/event_factory_ozone.h
index b552d88..882ebb1 100644
--- a/ui/events/ozone/event_factory_ozone.h
+++ b/ui/events/ozone/event_factory_ozone.h
@@ -22,7 +22,7 @@ class Event;
// Creates and dispatches |ui.Event|'s. Ozone assumes that events arrive on file
// descriptors with one |EventConverterOzone| instance for each descriptor.
-// Ozone presumes that the set of file desctiprtors can vary at runtime so this
+// Ozone presumes that the set of file descriptors can vary at runtime so this
// class supports dynamically adding and removing |EventConverterOzone|
// instances as necessary.
class EVENTS_OZONE_EXPORT EventFactoryOzone {
@@ -30,7 +30,7 @@ class EVENTS_OZONE_EXPORT EventFactoryOzone {
EventFactoryOzone();
virtual ~EventFactoryOzone();
- // Request to warp the cursor to a location within an AccelerateWidget.
+ // Warp the cursor to a location within an AccelerateWidget.
// If the cursor actually moves, the implementation must dispatch a mouse
// move event with the new location.
virtual void WarpCursorTo(gfx::AcceleratedWidget widget,