From 1d4b8f8c2aed56eabd3de14caf05a7c4ef439388 Mon Sep 17 00:00:00 2001 From: crschmidt Date: Thu, 20 Dec 2007 00:37:37 +0000 Subject: [PATCH] Typos. git-svn-id: http://svn.openlayers.org/trunk/openlayers@5521 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- examples/spherical-mercator.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/spherical-mercator.html b/examples/spherical-mercator.html index a747f04916..0121bd1892 100644 --- a/examples/spherical-mercator.html +++ b/examples/spherical-mercator.html @@ -40,7 +40,7 @@ {'sphericalMercator': true} ); var gsat = new OpenLayers.Layer.Google( - "Google Sattelite", + "Google Satelite", {type: G_SATELLITE_MAP, 'sphericalMercator': true} ); var ghyb = new OpenLayers.Layer.Google( @@ -50,7 +50,7 @@ // create Virtual Earth layers var veroad = new OpenLayers.Layer.VirtualEarth( - "Virtual Earth Raods", + "Virtual Earth Roads", {'type': VEMapStyle.Road, 'sphericalMercator': true} ); var veaer = new OpenLayers.Layer.VirtualEarth( @@ -68,7 +68,7 @@ {'sphericalMercator': true} ); var yahoosat = new OpenLayers.Layer.Yahoo( - "Yahoo Sattelite", + "Yahoo Satelite", {'type': YAHOO_MAP_SAT, 'sphericalMercator': true} ); var yahoohyb = new OpenLayers.Layer.Yahoo(