Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
test: fix typo in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed Sep 29, 2011
1 parent 1b8b097 commit fa44659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/common.js
Expand Up @@ -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');
}
}
});
Expand Down

0 comments on commit fa44659

Please sign in to comment.