fix ND comment typo

git-svn-id: http://svn.openlayers.org/trunk/openlayers@5358 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Frédéric Junod
2007-12-07 15:48:18 +00:00
parent de427d30f5
commit 382b750edd

View File

@@ -6,7 +6,7 @@
* @requires OpenLayers/Geometry.js
*
* Class: OpenLayers.Geometry.Rectangle
* A Rectangle is a simple geometry. It is specified by a a point (x and y)
* A Rectangle is a simple geometry. It is specified by a point (x and y)
* and dimensions (width and height), all of which are directly accessible
* as properties.
*