Merge pull request #482 from nachouve/master

Just a small spelling corrections in the documentation.
This commit is contained in:
Antoine Abt
2012-05-22 05:05:51 -07:00
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
/** /**
* Class: OpenLayers.Format.ArcXML * Class: OpenLayers.Format.ArcXML
* Read/Wite ArcXML. Create a new instance with the <OpenLayers.Format.ArcXML> * Read/Write ArcXML. Create a new instance with the <OpenLayers.Format.ArcXML>
* constructor. * constructor.
* *
* Inherits from: * Inherits from:
+1 -1
View File
@@ -9,7 +9,7 @@
/** /**
* Class: OpenLayers.Format.ArcXML.Features * Class: OpenLayers.Format.ArcXML.Features
* Read/Wite ArcXML features. Create a new instance with the * Read/Write ArcXML features. Create a new instance with the
* <OpenLayers.Format.ArcXML.Features> constructor. * <OpenLayers.Format.ArcXML.Features> constructor.
* *
* Inherits from: * Inherits from:
+1 -1
View File
@@ -12,7 +12,7 @@
/** /**
* Class: OpenLayers.Format.Filter * Class: OpenLayers.Format.Filter
* Read/Wite ogc:Filter. Create a new instance with the <OpenLayers.Format.Filter> * Read/Write ogc:Filter. Create a new instance with the <OpenLayers.Format.Filter>
* constructor. * constructor.
* *
* Inherits from: * Inherits from:
+1 -1
View File
@@ -16,7 +16,7 @@
/** /**
* Class: OpenLayers.Format.GML * Class: OpenLayers.Format.GML
* Read/Wite GML. Create a new instance with the <OpenLayers.Format.GML> * Read/Write GML. Create a new instance with the <OpenLayers.Format.GML>
* constructor. Supports the GML simple features profile. * constructor. Supports the GML simple features profile.
* *
* Inherits from: * Inherits from:
+1 -1
View File
@@ -15,7 +15,7 @@
/** /**
* Class: OpenLayers.Format.SLD * Class: OpenLayers.Format.SLD
* Read/Wite SLD. Create a new instance with the <OpenLayers.Format.SLD> * Read/Write SLD. Create a new instance with the <OpenLayers.Format.SLD>
* constructor. * constructor.
* *
* Inherits from: * Inherits from:
+1 -1
View File
@@ -9,7 +9,7 @@
/** /**
* Class: OpenLayers.Format.XLS * Class: OpenLayers.Format.XLS
* Read/Wite XLS (OpenLS). Create a new instance with the <OpenLayers.Format.XLS> * Read/Write XLS (OpenLS). Create a new instance with the <OpenLayers.Format.XLS>
* constructor. Currently only implemented for Location Utility Services, more * constructor. Currently only implemented for Location Utility Services, more
* specifically only for Geocoding. No support for Reverse Geocoding as yet. * specifically only for Geocoding. No support for Reverse Geocoding as yet.
* *