| Index: content/browser/renderer_host/pepper/content_browser_pepper_host_factory.cc
|
| diff --git a/content/browser/renderer_host/pepper/content_browser_pepper_host_factory.cc b/content/browser/renderer_host/pepper/content_browser_pepper_host_factory.cc
|
| index 4f586ca4bb67803947b5a1a8b9dba65a5a248005..3ed14d126a873cf003533fc70e3ebfebf263fcc7 100644
|
| --- a/content/browser/renderer_host/pepper/content_browser_pepper_host_factory.cc
|
| +++ b/content/browser/renderer_host/pepper/content_browser_pepper_host_factory.cc
|
| @@ -80,7 +80,7 @@ scoped_ptr<ResourceHost> ContentBrowserPepperHostFactory::CreateResourceHost(
|
| // Permissions for the following interfaces will be checked at the
|
| // time of the corresponding instance's methods calls (because
|
| // permission check can be performed only on the UI
|
| - // thread). Currently thise interfaces are available only for
|
| + // thread). Currently these interfaces are available only for
|
| // whitelisted apps which may not have access to the other private
|
| // interfaces.
|
| if (message.type() == PpapiHostMsg_HostResolverPrivate_Create::ID) {
|
|
|