From 5e3afa79f502e777ec3160a7421c76f81edd08b8 Mon Sep 17 00:00:00 2001 From: pgiraud Date: Wed, 14 May 2008 06:45:44 +0000 Subject: [PATCH] doc typo, no functional change git-svn-id: http://svn.openlayers.org/trunk/openlayers@7173 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Rule.js | 2 +- lib/OpenLayers/Style.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/OpenLayers/Rule.js b/lib/OpenLayers/Rule.js index 5c8acb3cc4..54ec5fec8a 100644 --- a/lib/OpenLayers/Rule.js +++ b/lib/OpenLayers/Rule.js @@ -41,7 +41,7 @@ OpenLayers.Rule = OpenLayers.Class({ /** * Property: context * {Object} An optional object with properties that the rule should be - * evaluatad against. If no context is specified, feature.attributes will + * evaluated against. If no context is specified, feature.attributes will * be used. */ context: null, diff --git a/lib/OpenLayers/Style.js b/lib/OpenLayers/Style.js index 400c7f6428..3cf008e0c4 100644 --- a/lib/OpenLayers/Style.js +++ b/lib/OpenLayers/Style.js @@ -55,7 +55,7 @@ OpenLayers.Style = OpenLayers.Class({ /** * Property: context * {Object} An optional object with properties that symbolizers' property - * values should be evaluatad against. If no context is specified, + * values should be evaluated against. If no context is specified, * feature.attributes will be used */ context: null,