Skip to content

Commit

Permalink
Spelling.
Browse files Browse the repository at this point in the history
How did I miss that?
  • Loading branch information
nmrugg committed Aug 7, 2015
1 parent fd912b2 commit da48111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minify.js
Expand Up @@ -132,7 +132,7 @@ function split_lzma_worker()
var data = fs.readFileSync(p.join(__dirname, "src", "lzma_worker.js"), "utf8"),
c,
d,
notice = "///NOTE: This file was generated by minify.js from lzma_worker.js. Do no modify.\n\n";
notice = "///NOTE: This file was generated by minify.js from lzma_worker.js. Do not modify.\n\n";

/// Delete both only code.
data = data.replace(/\/\*\* xs \*\/[\S\s]*?\/\*\* xe \*\//g, "");
Expand Down

0 comments on commit da48111

Please sign in to comment.