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

Unified Diff: ppapi/cpp/mouse_cursor.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/module.h ('k') | ppapi/cpp/point.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/mouse_cursor.h
diff --git a/ppapi/cpp/mouse_cursor.h b/ppapi/cpp/mouse_cursor.h
index ec1374cd8925fff61c00f3fb3103b5aafc37015a..827d95cdf4e444da61bbebfde8719536dd7c7774 100644
--- a/ppapi/cpp/mouse_cursor.h
+++ b/ppapi/cpp/mouse_cursor.h
@@ -26,7 +26,7 @@ class MouseCursor {
/// <code>PP_MOUSECURSOR_TYPE_CUSTOM</code> and specify your image and hot
/// spot.
///
- /// @param[in] instance A handle indentifying the instance that the mouse
+ /// @param[in] instance A handle identifying the instance that the mouse
/// cursor will affect.
///
/// @param[in] type A <code>PP_MouseCursor_Type</code> identifying the type
@@ -39,7 +39,7 @@ class MouseCursor {
/// When you are specifying a predefined cursor, this parameter should be a
/// default-constructed ImageData.
///
- /// @param[in] hot_spot When setting a custom cursor, this idenfifies the
+ /// @param[in] hot_spot When setting a custom cursor, this identifies the
/// pixel position within the given image of the "hot spot" of the cursor.
/// When specifying a stock cursor, this parameter is ignored.
///
« no previous file with comments | « ppapi/cpp/module.h ('k') | ppapi/cpp/point.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698