8000 Merge pull request #631 from highergroundstudio/master · rusongyu/less.js@ab53430 · GitHub
[go: up one dir, main page]

Skip to content

Commit ab53430

Browse files
committed
Merge pull request less#631 from highergroundstudio/master
Fixed spelling error on benchmark/less-benchmark.js
2 parents d17a461 + 47e0ab9 commit ab53430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/less-benchmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if (process.argv[2]) { file = path.join(process.cwd(), process.argv[2]) }
1010
fs.readFile(file, 'utf8', function (e, data) {
1111
var tree, css, start, end, total;
1212

13-
sys.puts("Bechmarking...\n", path.basename(file) + " (" +
13+
sys.puts("Benchmarking...\n", path.basename(file) + " (" +
1414
parseInt(data.length / 1024) + " KB)", "");
1515

1616
start = new(Date);

0 commit comments

Comments
 (0)
0