From 7fe75840bbe45eb74bc8495035cec2e477343bdb Mon Sep 17 00:00:00 2001 From: "leon.sha%sun.com" Date: Fri, 28 Apr 2006 07:11:32 +0000 Subject: [PATCH] Bug 106386 Correct misspellings in source code. Patch by Alfred.Peng@Sun.COM. timeless: review+ git-svn-id: svn://10.0.0.236/trunk@195634 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/modules/plugin/base/src/nsPluginHostImpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/modules/plugin/base/src/nsPluginHostImpl.cpp b/mozilla/modules/plugin/base/src/nsPluginHostImpl.cpp index 13cd562d710..f7c32ec50bb 100644 --- a/mozilla/modules/plugin/base/src/nsPluginHostImpl.cpp +++ b/mozilla/modules/plugin/base/src/nsPluginHostImpl.cpp @@ -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.