From 5f2b823fbe61caa3d705d02aff3f9314cfefab59 Mon Sep 17 00:00:00 2001 From: Eliot Alter Date: Mon, 12 Feb 2018 15:14:47 -0800 Subject: [PATCH] Fix a comment typo --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 33e3897..1233e63 100644 --- a/index.js +++ b/index.js @@ -67,7 +67,7 @@ UglifyWriter.prototype.build = function () { writer.processFile(inFile, outFile, relativePath, writer.outputPath); } else if (relativePath.slice(-4) === '.map') { if (writer.excludes.match(relativePath.slice(0, -4) + '.js')) { - // ensure .map files for excldue JS paths are also copied forward + // ensure .map files for excluded JS paths are also copied forward symlinkOrCopy.sync(inFile, outFile); } // skip, because it will get handled when its corresponding JS does