Spell checking, s-z, plus a couple of missed ones.

This commit is contained in:
Mike Castle
2013-11-24 00:19:25 -08:00
parent 27806a3be7
commit 4a9b13eade
21 changed files with 30 additions and 30 deletions

View File

@ -155,7 +155,7 @@ public class IITC_DeviceAccountLogin implements AccountManagerCallback<Bundle> {
String result = value.getResult().getString(AccountManager.KEY_AUTHTOKEN);
if (result != null) {
// authentication succeded, we can load the given url, which will redirect
// authentication succeeded, we can load the given url, which will redirect
// back to the intel map
mWebView.loadUrl(result);
mActivity.loginSucceeded();