fix typos.

git-svn-id: svn://10.0.0.236/trunk@42269 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mscott%netscape.com
1999-08-05 04:45:22 +00:00
parent 5a2a56988e
commit ce69624078

View File

@@ -738,7 +738,7 @@ nsMsgAccountManager::LoadAccounts()
str = token;
str.StripWhitespace();
if (!str.IsEmtpy()) {
if (!str.IsEmpty()) {
account = getter_AddRefs(LoadAccount(str));
if (account) {
rv = AddAccount(account);
@@ -1189,7 +1189,7 @@ nsMsgAccountManager::MigrateImapAccounts(nsIMsgIdentity *identity)
str = token;
str.StripWhitespace();
if (!str.IsEmtpy()) {
if (!str.IsEmpty()) {
numAccounts++;
// str is the hostname
if (NS_FAILED(MigrateImapAccount(identity,str,numAccounts))) {