From 364ad34910fc0d2d9ccbe7931fb2230ecac84b67 Mon Sep 17 00:00:00 2001 From: Guillaume Wuip Date: Sat, 20 Dec 2014 19:35:26 +0100 Subject: [PATCH] Fix comment --- lib/console2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/console2.js b/lib/console2.js index ce6841c..4dcfa64 100644 --- a/lib/console2.js +++ b/lib/console2.js @@ -578,7 +578,7 @@ /* * EventEmitter.emit() will raise an Error - * if we emit the event 'error' and their is no listeners + * if we emit the event 'error' and there is no listeners * For now, transform 'error' in 'errorEvent' */ if (msg === 'error') {