Fix typo and comment

Change-Id: Iffc69baf98c05a09693ba9a053c91d921fc1b423
This commit is contained in:
Marc Blank 2011-03-01 18:49:45 -08:00
parent 37f3385803
commit 25ab2df296
1 changed files with 3 additions and 3 deletions

View File

@ -219,11 +219,11 @@ public class EmailBroadcastProcessorService extends IntentService {
}
private void onSystemAccountChanged() {
Log.i(Logging.LOG_TAG, "System accouns updated.");
Log.i(Logging.LOG_TAG, "System accounts updated.");
MailService.reconcilePopImapAccountsSync(this);
// Let ExchangeService reconcile EAS accouts.
// The service will stops itself it there's no EAS accounts.
// If the exchange service wasn't already running, starting it will cause exchange account
// reconciliation to be performed. The service stops itself it there are no EAS accounts.
ExchangeUtils.startExchangeService(this);
// Let all of the widgets update