Fix comment

This commit is contained in:
Guillaume Wuip 2014-12-20 19:35:26 +01:00
parent 870495143e
commit 364ad34910

View file

@ -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') {