Browse Source

[#14] speling fix

Corey Innis 12 years ago
parent
commit
60c6eec3eb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/run.js

+ 1 - 1
test/run.js

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