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

Unified Diff: ppapi/api/pp_resource.idl

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/api/pp_input_event.idl ('k') | ppapi/api/pp_touch_point.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/api/pp_resource.idl
diff --git a/ppapi/api/pp_resource.idl b/ppapi/api/pp_resource.idl
index 453a00ee7364e0f5a631a6a5f6223787a118404d..7f09d29db99e2bfff07a1addcd75a831cf99cc3e 100644
--- a/ppapi/api/pp_resource.idl
+++ b/ppapi/api/pp_resource.idl
@@ -9,7 +9,7 @@
*/
/**
- * This typdef represents an opaque handle assigned by the browser to the
+ * This typedef represents an opaque handle assigned by the browser to the
* resource. The handle is guaranteed never to be 0 for a valid resource, so a
* module can initialize it to 0 to indicate a "NULL handle." Some interfaces
* may return a NULL resource to indicate failure.
« no previous file with comments | « ppapi/api/pp_input_event.idl ('k') | ppapi/api/pp_touch_point.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698