aboutsummaryrefslogtreecommitdiff
path: root/test/common.js
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2011-09-29 01:11:26 +0200
committerBen Noordhuis <info@bnoordhuis.nl>2011-09-29 04:51:40 +0200
commitfa44659c66c5a9a692b5d675eda8724308174317 (patch)
treec8fc25197b89012e5b470c5f13f3de39131566f7 /test/common.js
parent1b8b097fad31124f0d1b784c31e4d6884d31ce83 (diff)
downloadandroid-node-v8-fa44659c66c5a9a692b5d675eda8724308174317.tar.gz
android-node-v8-fa44659c66c5a9a692b5d675eda8724308174317.tar.bz2
android-node-v8-fa44659c66c5a9a692b5d675eda8724308174317.zip
test: fix typo in error message
Diffstat (limited to 'test/common.js')
-rw-r--r--test/common.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/common.js b/test/common.js
index 0bafb58ee2..4e36a4867a 100644
--- a/test/common.js
+++ b/test/common.js
@@ -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');
}
}
});