Merge pull request #631 from highergroundstudio/master

Fixed spelling error on benchmark/less-benchmark.js
This commit is contained in:
Alexis Sellier
2012-02-17 06:57:55 -08:00

View File

@@ -10,7 +10,7 @@ if (process.argv[2]) { file = path.join(process.cwd(), process.argv[2]) }
fs.readFile(file, 'utf8', function (e, data) {
var tree, css, start, end, total;
sys.puts("Bechmarking...\n", path.basename(file) + " (" +
sys.puts("Benchmarking...\n", path.basename(file) + " (" +
parseInt(data.length / 1024) + " KB)", "");
start = new(Date);