Correct spelling in documentation. Non functional change.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@12199 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Marc Jansen
2011-07-29 09:38:02 +00:00
parent fde51d90a7
commit 5c603c0abb

View File

@@ -45,7 +45,7 @@ OpenLayers.Size = OpenLayers.Class({
*
* Returns:
* {String} The string representation of OpenLayers.Size object.
* (ex. <i>"w=55,h=66"</i>)
* (e.g. <i>"w=55,h=66"</i>)
*/
toString:function() {
return ("w=" + this.w + ",h=" + this.h);