Skip to content

Commit f2b63c7

Browse files
authored
Merge pull request #62 from ealter/patch-1
Fix a comment typo
2 parents 3b4283b + 5f2b823 commit f2b63c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ UglifyWriter.prototype.build = function () {
6767
writer.processFile(inFile, outFile, relativePath, writer.outputPath);
6868
} else if (relativePath.slice(-4) === '.map') {
6969
if (writer.excludes.match(relativePath.slice(0, -4) + '.js')) {
70-
// ensure .map files for excldue JS paths are also copied forward
70+
// ensure .map files for excluded JS paths are also copied forward
7171
symlinkOrCopy.sync(inFile, outFile);
7272
}
7373
// skip, because it will get handled when its corresponding JS does

0 commit comments

Comments
 (0)