fixed ND comment typo (non-functional change)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@8002 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
ahocevar
2008-09-12 07:54:43 +00:00
parent 33fbc1d22f
commit 3ad82c119a

View File

@@ -153,7 +153,7 @@ OpenLayers.Renderer.SVG = OpenLayers.Class(OpenLayers.Renderer.Elements, {
* y - {Float}
*
* Returns:
* {Boolean} true if the translation parameters ar in the valid coordinates
* {Boolean} true if the translation parameters are in the valid coordinates
* range, false otherwise.
*/
translate: function(x, y) {