doc typo, no functional change

git-svn-id: http://svn.openlayers.org/trunk/openlayers@7173 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
pgiraud
2008-05-14 06:45:44 +00:00
parent 6474539aad
commit 5e3afa79f5
2 changed files with 2 additions and 2 deletions

View File

@@ -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,

View File

@@ -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,