From 39fe1509e152e2598d5c628bed25a1a0db51f526 Mon Sep 17 00:00:00 2001 From: Sean McCann Date: Fri, 8 Mar 2013 00:59:20 -0500 Subject: [PATCH] Fix spelling error in find_upwards() comments --- app/lib/files.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/lib/files.js b/app/lib/files.js index 8ad2c8403b..a1c178a24b 100644 --- a/app/lib/files.js +++ b/app/lib/files.js @@ -127,7 +127,7 @@ var files = module.exports = { }, // given a predicate function and a starting path, traverse upwards - // from the path until we find a path that satisfys the predicate. + // from the path until we find a path that satisfies the predicate. // // returns either the path to the lowest level directory that passed // the test or null for none found. if starting path isn't given, use