Correct spelling (thanks @fredj)

This commit is contained in:
Tim Schaub
2013-03-04 21:04:59 +01:00
parent 8c8ddce290
commit cae925ad1f

View File

@@ -28,7 +28,7 @@ ol.geom.Geometry.prototype.dimension;
/**
* Get the rectangular 2D evelope for this geoemtry.
* Get the rectangular 2D envelope for this geoemtry.
* @return {ol.Extent} The bounding rectangular envelope.
*/
ol.geom.Geometry.prototype.getBounds = goog.abstractMethod;