Bug 106386 Correct misspellings in source code.

Patch by Alfred.Peng@Sun.COM.
timeless: review+
This commit is contained in:
leon.sha%sun.com 2006-04-28 07:11:32 +00:00
parent 23296068ad
commit 7e4a64e3fd

View File

@ -3876,7 +3876,7 @@ NS_IMETHODIMP nsPluginHostImpl::TrySetUpPluginInstance(const char *aMimeType,
// InstantiateEmbeddedPlugin() next), Java plugin will create the proxy JNI
// if it is not created yet. If that happens, LiveConnect will be broken.
// Before lazy start JVM was implemented, since at this point the browser
// already created the proxy JNI buring startup, the problem did not happen.
// already created the proxy JNI during startup, the problem did not happen.
// But after the lazy start was implemented, at this point the proxy JNI was
// not created yet, so the Java plugin created the proxy JNI, and broke
// liveConnect.