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

Unified Diff: ppapi/api/pp_input_event.idl

Issue 9288006: Minor changes as per Christians most-recent review of the docs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 10 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 | « no previous file | ppapi/api/ppb_audio_config.idl » ('j') | ppapi/cpp/var.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/api/pp_input_event.idl
===================================================================
--- ppapi/api/pp_input_event.idl (revision 122146)
+++ ppapi/api/pp_input_event.idl (working copy)
@@ -67,7 +67,7 @@
* This value represents the typed character as a single null-terminated UTF-8
* character. Any unused bytes will be filled with null bytes. Since the
* maximum UTF-8 character is 4 bytes, there will always be at least one null
- * at the end so you can treat this as a null-termianted UTF-8 string.
+ * at the end so you can treat this as a null-terminated UTF-8 string.
*/
char[5] text;
};
« no previous file with comments | « no previous file | ppapi/api/ppb_audio_config.idl » ('j') | ppapi/cpp/var.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698