From 48e8a981d14c363bf1a6935a23120fd33e6499eb Mon Sep 17 00:00:00 2001 From: Paul Spencer Date: Fri, 1 Aug 2008 03:03:25 +0000 Subject: [PATCH] typo in comment. git-svn-id: http://svn.openlayers.org/trunk/openlayers@7655 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- examples/styles-unique.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/styles-unique.html b/examples/styles-unique.html index 343d1e7981..f4f15522ae 100644 --- a/examples/styles-unique.html +++ b/examples/styles-unique.html @@ -68,7 +68,7 @@ } var styleMap = new OpenLayers.StyleMap(); - // create a lookup table with different symbolizers for the diffent + // create a lookup table with different symbolizers for the different // state values var lookup = {}; lookup[OpenLayers.State.UNKNOWN] = {fillColor: "green"};