From 57f4d42de0421a137fd2c046b7b45f7e1e8b741d Mon Sep 17 00:00:00 2001 From: Nacho Uve Date: Tue, 22 May 2012 13:36:08 +0200 Subject: [PATCH] Small spelling corrections in the documentation. --- lib/OpenLayers/Format/ArcXML.js | 2 +- lib/OpenLayers/Format/ArcXML/Features.js | 2 +- lib/OpenLayers/Format/Filter.js | 2 +- lib/OpenLayers/Format/GML.js | 2 +- lib/OpenLayers/Format/SLD.js | 2 +- lib/OpenLayers/Format/XLS.js | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/OpenLayers/Format/ArcXML.js b/lib/OpenLayers/Format/ArcXML.js index e0affcee03..038ed87c18 100644 --- a/lib/OpenLayers/Format/ArcXML.js +++ b/lib/OpenLayers/Format/ArcXML.js @@ -13,7 +13,7 @@ /** * Class: OpenLayers.Format.ArcXML - * Read/Wite ArcXML. Create a new instance with the + * Read/Write ArcXML. Create a new instance with the * constructor. * * Inherits from: diff --git a/lib/OpenLayers/Format/ArcXML/Features.js b/lib/OpenLayers/Format/ArcXML/Features.js index dc01a4a439..6c8945dbe2 100644 --- a/lib/OpenLayers/Format/ArcXML/Features.js +++ b/lib/OpenLayers/Format/ArcXML/Features.js @@ -9,7 +9,7 @@ /** * 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 * constructor. * * Inherits from: diff --git a/lib/OpenLayers/Format/Filter.js b/lib/OpenLayers/Format/Filter.js index 664b29446c..c8dd36151d 100644 --- a/lib/OpenLayers/Format/Filter.js +++ b/lib/OpenLayers/Format/Filter.js @@ -12,7 +12,7 @@ /** * Class: OpenLayers.Format.Filter - * Read/Wite ogc:Filter. Create a new instance with the + * Read/Write ogc:Filter. Create a new instance with the * constructor. * * Inherits from: diff --git a/lib/OpenLayers/Format/GML.js b/lib/OpenLayers/Format/GML.js index eb39180947..073eae0a1c 100644 --- a/lib/OpenLayers/Format/GML.js +++ b/lib/OpenLayers/Format/GML.js @@ -16,7 +16,7 @@ /** * Class: OpenLayers.Format.GML - * Read/Wite GML. Create a new instance with the + * Read/Write GML. Create a new instance with the * constructor. Supports the GML simple features profile. * * Inherits from: diff --git a/lib/OpenLayers/Format/SLD.js b/lib/OpenLayers/Format/SLD.js index 274c5bb781..1bbce4766d 100644 --- a/lib/OpenLayers/Format/SLD.js +++ b/lib/OpenLayers/Format/SLD.js @@ -15,7 +15,7 @@ /** * Class: OpenLayers.Format.SLD - * Read/Wite SLD. Create a new instance with the + * Read/Write SLD. Create a new instance with the * constructor. * * Inherits from: diff --git a/lib/OpenLayers/Format/XLS.js b/lib/OpenLayers/Format/XLS.js index 118b26d565..d0347f8596 100644 --- a/lib/OpenLayers/Format/XLS.js +++ b/lib/OpenLayers/Format/XLS.js @@ -9,7 +9,7 @@ /** * Class: OpenLayers.Format.XLS - * Read/Wite XLS (OpenLS). Create a new instance with the + * Read/Write XLS (OpenLS). Create a new instance with the * constructor. Currently only implemented for Location Utility Services, more * specifically only for Geocoding. No support for Reverse Geocoding as yet. *