Code snippets fix

This commit is contained in:
vakrilov
2015-05-19 16:43:23 +03:00
parent ae2f4df2fb
commit 52f6dd00da
2 changed files with 14 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ try {
favourites = <Array<string>>JSON.parse(appSettings.getString(FAVOURITES, "[]"));
}
catch (error) {
console.log("Error while retrieveing favourites: " + error);
console.log("Error while retrieving favorites: " + error);
favourites = new Array<string>();
updateFavourites()
}