test: fix typo in error message
authorBen Noordhuis <info@bnoordhuis.nl>
Wed, 28 Sep 2011 23:11:26 +0000 (01:11 +0200)
committerBen Noordhuis <info@bnoordhuis.nl>
Thu, 29 Sep 2011 02:51:40 +0000 (04:51 +0200)
test/common.js

index 0bafb58..4e36a48 100644 (file)
@@ -135,7 +135,7 @@ process.on('exit', function() {
 
     if (!found) {
       console.error('Unknown global: %s', x);
-      assert.ok(false, 'Unknown global founded');
+      assert.ok(false, 'Unknown global found');
     }
   }
 });