diff options
Diffstat (limited to 'webkit/glue/plugins/webplugin_delegate_impl.cc')
-rw-r--r-- | webkit/glue/plugins/webplugin_delegate_impl.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/glue/plugins/webplugin_delegate_impl.cc b/webkit/glue/plugins/webplugin_delegate_impl.cc index b15fbf1..ecd478f 100644 --- a/webkit/glue/plugins/webplugin_delegate_impl.cc +++ b/webkit/glue/plugins/webplugin_delegate_impl.cc @@ -92,9 +92,9 @@ bool WebPluginDelegateImpl::Initialize( } else { // For windowless plugins we should set the containing window handle // as the instance window handle. This is what Safari does. Not having - // a valid window handle causes subtle bugs with plugins which retreive + // a valid window handle causes subtle bugs with plugins which retrieve // the window handle and validate the same. The window handle can be - // retreived via NPN_GetValue of NPNVnetscapeWindow. + // retrieved via NPN_GetValue of NPNVnetscapeWindow. instance_->set_window_handle(parent_); } |