summaryrefslogtreecommitdiffstats
path: root/ppapi/c/ppb_mouse_cursor.h
diff options
context:
space:
mode:
authorbinji@chromium.org <binji@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-29 22:26:15 +0000
committerbinji@chromium.org <binji@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-29 22:26:15 +0000
commit935d00fd2e39a0c216f798cb0453b298b9ad689f (patch)
tree4e61181702d7ac74542eecdc704ecb0447162644 /ppapi/c/ppb_mouse_cursor.h
parent1f1225be279e05a22e672284bf2f1a2200d70740 (diff)
downloadchromium_src-935d00fd2e39a0c216f798cb0453b298b9ad689f.zip
chromium_src-935d00fd2e39a0c216f798cb0453b298b9ad689f.tar.gz
chromium_src-935d00fd2e39a0c216f798cb0453b298b9ad689f.tar.bz2
[PPAPI] Fix a bunch of spelling mistakes
BUG=none Review URL: https://codereview.chromium.org/13220002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@191456 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/c/ppb_mouse_cursor.h')
-rw-r--r--ppapi/c/ppb_mouse_cursor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ppapi/c/ppb_mouse_cursor.h b/ppapi/c/ppb_mouse_cursor.h
index 1be5889..bc6a5f5 100644
--- a/ppapi/c/ppb_mouse_cursor.h
+++ b/ppapi/c/ppb_mouse_cursor.h
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* From ppb_mouse_cursor.idl modified Mon Mar 26 22:05:07 2012. */
+/* From ppb_mouse_cursor.idl modified Thu Mar 28 10:11:32 2013. */
#ifndef PPAPI_C_PPB_MOUSE_CURSOR_H_
#define PPAPI_C_PPB_MOUSE_CURSOR_H_
@@ -104,7 +104,7 @@ struct PPB_MouseCursor_1_0 {
* cursor, set the type to <code>PP_MOUSECURSOR_TYPE_CUSTOM</code> and
* specify your image and hot spot.
*
- * @param[in] instance A <code>PP_Instance</code> indentifying the instance
+ * @param[in] instance A <code>PP_Instance</code> identifying the instance
* that the mouse cursor will affect.
*
* @param[in] type A <code>PP_MouseCursor_Type</code> identifying the type of
@@ -116,7 +116,7 @@ struct PPB_MouseCursor_1_0 {
* pixels in each direction and must be of the system's native image format.
* When you are specifying a predefined cursor, this parameter must be 0.
*
- * @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.
*