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) ->