[#14] speling fix

This commit is contained in:
Corey Innis 2012-10-31 02:38:06 -07:00
parent bde91a1106
commit 60c6eec3eb

View File

@ -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 ] });