| 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
|
|
|