diff options
author | binji@chromium.org <binji@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-29 22:26:15 +0000 |
---|---|---|
committer | binji@chromium.org <binji@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-29 22:26:15 +0000 |
commit | 935d00fd2e39a0c216f798cb0453b298b9ad689f (patch) | |
tree | 4e61181702d7ac74542eecdc704ecb0447162644 /ppapi/cpp/module.h | |
parent | 1f1225be279e05a22e672284bf2f1a2200d70740 (diff) | |
download | chromium_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/cpp/module.h')
-rw-r--r-- | ppapi/cpp/module.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/cpp/module.h b/ppapi/cpp/module.h index 07cfea9..40de3b8 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 |