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(