From 68ca4b3c2ac40e074de1ce5202d7ba111fa4a44c Mon Sep 17 00:00:00 2001 From: Peter Robins Date: Tue, 13 Jun 2017 09:42:18 +0100 Subject: [PATCH] Correct typo in graticule docs --- src/ol/graticule.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ol/graticule.js b/src/ol/graticule.js index c2fe312cb7..0349eaa774 100644 --- a/src/ol/graticule.js +++ b/src/ol/graticule.js @@ -528,7 +528,7 @@ ol.Graticule.prototype.getParallel_ = function(lat, minLon, maxLon, /** - * Get the list of parallels. Pallels are lines of equal latitude. + * Get the list of parallels. Parallels are lines of equal latitude. * @return {Array.} The parallels. * @api */