From 6763ec26f843f36eba81442973d92a3e9035d964 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Fri, 5 Nov 2010 14:14:28 +0000 Subject: [PATCH] fix minor typo in a comment, non-functional change git-svn-id: http://svn.openlayers.org/trunk/openlayers@10874 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Events.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Events.js b/lib/OpenLayers/Events.js index 9f4b13a965..9519ed0eba 100644 --- a/lib/OpenLayers/Events.js +++ b/lib/OpenLayers/Events.js @@ -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) {