Issue #30 : Fix a typo in function name

This commit is contained in:
mossroy 2014-08-06 15:29:34 +02:00
parent b2f319af71
commit 568ca8005d
2 changed files with 3 additions and 3 deletions

View file

@ -169,7 +169,7 @@ App.prototype.gotUnreadFeeds = function(new_articles) {
// This can happen with TT-RSS backend
if (new_articles.error && new_articles.error === "NOT_LOGGED_IN") {
alert("Your TinyTinyRSS session has expired. Please login again");
this.login.fillLoginFormFromLocalSotrage();
this.login.fillLoginFormFromLocalStorage();
this.login.log_in();
}
else {