Skip to content

Commit

Permalink
fix minor typo in a comment, non-functional change
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10874 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
  • Loading branch information
Éric Lemoine committed Nov 5, 2010
1 parent 34c52fb commit 6763ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/OpenLayers/Events.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 6763ec2

Please sign in to comment.