summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-16 23:38:22 +0000
committeravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-16 23:38:22 +0000
commitfcee62c806a0d1631be73d004b79a6833fa33958 (patch)
treeb9ec50946382fb8b4034d89892e85ab4f84ae6ab
parent73a4170eb85790f2d42c47d5996f202aea473fa0 (diff)
downloadchromium_src-fcee62c806a0d1631be73d004b79a6833fa33958.zip
chromium_src-fcee62c806a0d1631be73d004b79a6833fa33958.tar.gz
chromium_src-fcee62c806a0d1631be73d004b79a6833fa33958.tar.bz2
Typo fixing.
BUG=none TEST=none Review URL: http://codereview.chromium.org/507028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34778 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--webkit/glue/plugins/webplugin_delegate_impl.cc4
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_);
}