Bug 292348 NewEmbededPluginStream misspelled

patch by pythonesque+bugzilla@gmail.com r=jst sr=jst a=asa


git-svn-id: svn://10.0.0.236/trunk@174323 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
timeless%mozdev.org
2005-06-08 23:42:15 +00:00
parent 527e66b47a
commit b048e1083d
10 changed files with 51 additions and 51 deletions

View File

@@ -785,7 +785,7 @@ function SetPublishStringPref(prefBranch, name, value)
// Assure that a publishing URL ends in "/", "=", "&" or "?"
// Username and password should always be extracted as separate fields
// and are not allowed to remain embeded in publishing URL
// and are not allowed to remain embedded in publishing URL
function FormatUrlForPublishing(url)
{
url = TrimString(StripUsernamePassword(url));