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

Unified Diff: ppapi/cpp/input_event.h

Issue 13220002: [PPAPI] Fix a bunch of spelling mistakes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 months 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 | « ppapi/cpp/graphics_3d.h ('k') | ppapi/cpp/instance.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/input_event.h
diff --git a/ppapi/cpp/input_event.h b/ppapi/cpp/input_event.h
index 379e0e8f202ab474e66baaeca294c5d58dba13c9..42848e207b1c705da0c10229242f17555e74b4e6 100644
--- a/ppapi/cpp/input_event.h
+++ b/ppapi/cpp/input_event.h
@@ -103,13 +103,13 @@ class MouseInputEvent : public InputEvent {
/// This constructor manually constructs a mouse event from the provided
/// parameters.
///
- /// @param[in] instance The instance for which this event occured.
+ /// @param[in] instance The instance for which this event occurred.
///
/// @param[in] type A <code>PP_InputEvent_Type</code> identifying the type of
/// input event.
///
/// @param[in] time_stamp A <code>PP_TimeTicks</code> indicating the time
- /// when the event occured.
+ /// when the event occurred.
///
/// @param[in] modifiers A bit field combination of the
/// <code>PP_InputEvent_Modifier</code> flags.
@@ -119,7 +119,7 @@ class MouseInputEvent : public InputEvent {
/// mouse move, enter, and leave events.
///
/// @param[in] mouse_position A <code>Point</code> containing the x and y
- /// position of the mouse when the eent occurred.
+ /// position of the mouse when the event occurred.
///
/// @param[in] click_count
// TODO(brettw) figure out exactly what this means.
@@ -178,10 +178,10 @@ class WheelInputEvent : public InputEvent {
/// Constructs a wheel input even from the given parameters.
///
- /// @param[in] instance The instance for which this event occured.
+ /// @param[in] instance The instance for which this event occurred.
///
/// @param[in] time_stamp A <code>PP_TimeTicks</code> indicating the time
- /// when the event occured.
+ /// when the event occurred.
///
/// @param[in] modifiers A bit field combination of the
/// <code>PP_InputEvent_Modifier</code> flags.
@@ -216,7 +216,7 @@ class WheelInputEvent : public InputEvent {
/// possible, for example, on some trackpads and newer mice that don't have
/// "clicks".
///
- /// @return The vertial and horizontal scroll values. The units are either in
+ /// @return The vertical and horizontal scroll values. The units are either in
/// pixels (when scroll_by_page is false) or pages (when scroll_by_page is
/// true). For example, y = -3 means scroll up 3 pixels when scroll_by_page
/// is false, and scroll up 3 pages when scroll_by_page is true.
@@ -263,13 +263,13 @@ class KeyboardInputEvent : public InputEvent {
/// Constructs a keyboard input even from the given parameters.
///
- /// @param[in] instance The instance for which this event occured.
+ /// @param[in] instance The instance for which this event occurred.
///
/// @param[in] type A <code>PP_InputEvent_Type</code> identifying the type of
/// input event.
///
/// @param[in] time_stamp A <code>PP_TimeTicks</code> indicating the time
- /// when the event occured.
+ /// when the event occurred.
///
/// @param[in] modifiers A bit field combination of the
/// <code>PP_InputEvent_Modifier</code> flags.
@@ -311,13 +311,13 @@ class TouchInputEvent : public InputEvent {
/// Constructs a touch input even from the given parameters.
///
- /// @param[in] instance The instance for which this event occured.
+ /// @param[in] instance The instance for which this event occurred.
///
/// @param[in] type A <code>PP_InputEvent_Type</code> identifying the type of
/// input event.
///
/// @param[in] time_stamp A <code>PP_TimeTicks</code> indicating the time
- /// when the event occured.
+ /// when the event occurred.
///
/// @param[in] modifiers A bit field combination of the
/// <code>PP_InputEvent_Modifier</code> flags.
« no previous file with comments | « ppapi/cpp/graphics_3d.h ('k') | ppapi/cpp/instance.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698