diff --git a/examples/openmnnd.html b/examples/openmnnd.html
index 113b0e19b1..1357f6b664 100644
--- a/examples/openmnnd.html
+++ b/examples/openmnnd.html
@@ -110,6 +110,7 @@
+ OpenMNND WFS
This example shows the use of a WFS service rendered using the OpenLayers vector library.
@@ -117,7 +118,7 @@
This is an example that shows rendering a WFS service using OpenLayer vectors in the browser. The OpenLayers code will download the GML
from the WFS service for each layer, parse it and create features using the OL vector library to draw the features on the map. For
more information on the vector library, please visit
vector support wiki.
- In this example there are 4 layers shown on the map. The base layer and parcel layer are created from a WMS serivce using the OpenLayers.Layer.WMS object.
+ In this example there are 4 layers shown on the map. The base layer and parcel layer are created from a WMS service using the OpenLayers.Layer.WMS object.
The streams, roads, and plat layers are drawn from a WFS service using the OpenLayers.Layer.WFS object.