From b3fbacfcd24afd1d8cbbe75ed45a4c2d9e4ba7aa Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 28 Jun 2016 02:04:49 +0300 Subject: [PATCH] typo fix... Signed-off-by: Alex A. Naanou --- ui (gen4)/lib/features.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui (gen4)/lib/features.js b/ui (gen4)/lib/features.js index df99833f..c356be18 100755 --- a/ui (gen4)/lib/features.js +++ b/ui (gen4)/lib/features.js @@ -66,7 +66,7 @@ var object = require('lib/object') // // // Feature applicability: -// If feature.isApplicable(..) returns true then the feature will not be +// If feature.isApplicable(..) returns false then the feature will not be // considered on setup... // //