fix typo in comment

This commit is contained in:
girish@cloudron.io
2016-01-22 17:58:38 -08:00
parent de7a6abc50
commit b2da364345

View File

@@ -130,7 +130,7 @@ function checkAppUpdates() {
debug('Checking App Updates');
var oldState = loadState();
var newState = { box: oldState.box }; // creaee new state so that old app ids are removed
var newState = { box: oldState.box }; // create new state so that old app ids are removed
getAppUpdates(function (error, result) {
if (error) debug('Error checking app updates: ', error);