From e66f8d37cc0ad990488f33b338d75ef923f2077c Mon Sep 17 00:00:00 2001 From: Simo Kinnunen Date: Mon, 7 Jul 2014 11:36:41 +0900 Subject: [PATCH] Fix typo in comment. --- res/app/components/stf/settings/settings-service.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/app/components/stf/settings/settings-service.js b/res/app/components/stf/settings/settings-service.js index e6edc1ab..465edd5e 100644 --- a/res/app/components/stf/settings/settings-service.js +++ b/res/app/components/stf/settings/settings-service.js @@ -76,7 +76,7 @@ module.exports = function SettingsServiceFactory( } , function(newValue, oldValue) { // Skip initial value. The new value might not be different if - // settings were reset, for example. In that case we call back + // settings were reset, for example. In that case we fall back // to the default value. if (newValue !== oldValue) { scope[options.target] = newValue || defaultValue