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

Unified Diff: ppapi/cpp/module.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/message_loop.h ('k') | ppapi/cpp/mouse_cursor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/module.h
diff --git a/ppapi/cpp/module.h b/ppapi/cpp/module.h
index 07cfea9b51b5c573b2396892963963f64f6973ec..40de3b8a58359f2f5e144202a6f8ef5cfdd3722d 100644
--- a/ppapi/cpp/module.h
+++ b/ppapi/cpp/module.h
@@ -82,7 +82,7 @@ class Module {
/// GetBrowserInterface() returns interfaces which the browser implements
/// (i.e. PPB interfaces).
- /// @param[in] interface_name The browser interface for the moduel to get.
+ /// @param[in] interface_name The browser interface for the module to get.
const void* GetBrowserInterface(const char* interface_name);
/// InstanceForPPInstance() returns the object associated with this
« no previous file with comments | « ppapi/cpp/message_loop.h ('k') | ppapi/cpp/mouse_cursor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698