fix typos.
git-svn-id: svn://10.0.0.236/trunk@42269 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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))) {
|
||||
|
||||
Reference in New Issue
Block a user