fix minor typo in a comment, non-functional change

git-svn-id: http://svn.openlayers.org/trunk/openlayers@10874 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Éric Lemoine
2010-11-05 14:14:28 +00:00
parent 34c52fb5a8
commit 6763ec26f8

View File

@@ -788,7 +788,7 @@ OpenLayers.Events = OpenLayers.Class({
handleBrowserEvent: function (evt) {
var type = evt.type, listeners = this.listeners[type];
if(!listeners || listeners.length == 0) {
// none's listening, bail out
// noone's listening, bail out
return;
}
if (this.includeXY) {