Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pdeschen committed Nov 1, 2012
1 parent 7e8971c commit ff90076
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ if (path.existsSync('test/extensions')) {
// Make sure extension exists
var src = 'src/extensions/' + ext + '.js';
if (!path.existsSync(src)) {
throw "Attempting tests for '" + ext + "' but sourc file (" + src + ") was not found.";
throw "Attempting tests for '" + ext + "' but source file (" + src + ") was not found.";
}

var converter = new showdown.converter({ extensions: [ ext ] });
Expand All @@ -83,4 +83,4 @@ if (path.existsSync('test/extensions')) {
});
});

}
}

0 comments on commit ff90076

Please sign in to comment.