diff --git a/src/ol/dom/input.js b/src/ol/dom/input.js index f706f0c775..5fd34b31eb 100644 --- a/src/ol/dom/input.js +++ b/src/ol/dom/input.js @@ -56,7 +56,7 @@ goog.inherits(ol.dom.Input, ol.Object); /** - * If the input is a checkbox, return whether or not the checbox is checked. + * If the input is a checkbox, return whether or not the checkbox is checked. * @return {boolean|undefined} The checked state of the Input. * @todo observable * @todo api