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"};