From 4c17c9eae6d24a5a4cff095026639aca53506bc3 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Thu, 9 Oct 2014 17:07:52 -0700 Subject: [PATCH] fs-plust -> fs-plus --- src/module-cache.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/module-cache.coffee b/src/module-cache.coffee index 80d2b55da..5e5e3fd1d 100644 --- a/src/module-cache.coffee +++ b/src/module-cache.coffee @@ -14,7 +14,7 @@ cache = registered: false resourcePath: null -# isAbsolute is inlined from fs-plus so that fs-plust itself can be required +# isAbsolute is inlined from fs-plus so that fs-plus itself can be required # from this cache. if process.platform is 'win32' isAbsolute = (pathToCheck) ->