Bug 577266 Part 3: Correct misspellings in source code

r=kaie
This commit is contained in:
timeless@mozdev.org 2011-03-31 13:50:46 +03:00
Родитель e7929a9c5b
Коммит 6136561cfa
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -81,7 +81,7 @@ nsCRLManager::~nsCRLManager()
}
NS_IMETHODIMP
nsCRLManager::ImportCrl (PRUint8 *aData, PRUint32 aLength, nsIURI * aURI, PRUint32 aType, PRBool doSilentDonwload, const PRUnichar* crlKey)
nsCRLManager::ImportCrl (PRUint8 *aData, PRUint32 aLength, nsIURI * aURI, PRUint32 aType, PRBool doSilentDownload, const PRUnichar* crlKey)
{
nsNSSShutDownPreventionLock locker;
nsresult rv;
@ -180,7 +180,7 @@ loser:
done:
if(!doSilentDonwload){
if(!doSilentDownload){
if (!importSuccessful){
nsString message;
nsString temp;