From ca6639bef1f067c290e977c2a7f7088c37fac2ab Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Thu, 28 Jan 2021 13:03:20 +0900 Subject: [PATCH] Fix comment dont -> don't --- nyaa/static/js/bootstrap-select.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }