From 076c71059473719092dff15bc6d9fd411dc8d2de Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 20 Nov 2010 22:08:08 -0700 Subject: [PATCH] typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83e7ff2..ef93d4b 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ node-walk-test console.log(err); return; } - o.dirs.forEach(function (item, i, arr) { + sorted.dirs.forEach(function (item, i, arr) { if (item.name.match(/trash/i)) { console.log('found a trash'); arr.splice(i,1);