diff --git a/nyaa/static/js/bootstrap-select.js b/nyaa/static/js/bootstrap-select.js index ee12bb6d0..0970553fb 100644 --- a/nyaa/static/js/bootstrap-select.js +++ b/nyaa/static/js/bootstrap-select.js @@ -799,7 +799,7 @@ title = this.options.title; } - //If we dont have a title, then use the default, or if nothing is set at all, use the not selected text + //If we don't have a title, then use the default, or if nothing is set at all, use the not selected text if (!title) { title = typeof this.options.title !== 'undefined' ? this.options.title : this.options.noneSelectedText; }