From dcdb115e4a0e0366a09eb94da05fb23146779126 Mon Sep 17 00:00:00 2001 From: "jgmyers%netscape.com" Date: Fri, 19 Jan 2001 22:39:17 +0000 Subject: [PATCH] fix comment git-svn-id: svn://10.0.0.236/trunk@85185 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/security/manager/ssl/src/nsSecureBrowserUIImpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/security/manager/ssl/src/nsSecureBrowserUIImpl.cpp b/mozilla/security/manager/ssl/src/nsSecureBrowserUIImpl.cpp index cf9c642128b..452bcef7f6d 100644 --- a/mozilla/security/manager/ssl/src/nsSecureBrowserUIImpl.cpp +++ b/mozilla/security/manager/ssl/src/nsSecureBrowserUIImpl.cpp @@ -646,7 +646,7 @@ nsSecureBrowserUIImpl::CheckPost(nsIURI *actionURL, PRBool *okayToPost) if (NS_FAILED(rv)) return rv; - // if we are posting to a secure link, all is okay + // if we are posting to a secure link from a secure page, all is okay. if (secure && (mSecurityState == STATE_IS_SECURE || mSecurityState == STATE_IS_BROKEN)) {