diff --git a/src/ol/source/source.js b/src/ol/source/source.js index f2a95444fa..727c732789 100644 --- a/src/ol/source/source.js +++ b/src/ol/source/source.js @@ -10,7 +10,7 @@ goog.require('ol.TileUrlFunction'); /** - * @typedef {{attribtions: (Array.|undefined), + * @typedef {{attributions: (Array.|undefined), * extent: (ol.Extent|undefined), * projection: (ol.Projection|undefined)}} */