From 9c4f0c86a159c5facd8ce6f3969963123b158ec5 Mon Sep 17 00:00:00 2001 From: Min ho Kim Date: Sun, 21 Jul 2019 02:42:18 +1000 Subject: [PATCH] Fix typos (#5574) --- dist/js/select2.full.js | 2 +- src/js/select2/i18n/uk.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/js/select2.full.js b/dist/js/select2.full.js index f3a20b9f..0f46b9c3 100644 --- a/dist/js/select2.full.js +++ b/dist/js/select2.full.js @@ -6411,7 +6411,7 @@ S2.define('select2/selection/stopPropagation',[ deltaY = 0; } - // Set delta to be deltaY or deltaX if deltaY is 0 for backwards compatabilitiy + // Set delta to be deltaY or deltaX if deltaY is 0 for backwards compatibility delta = deltaY === 0 ? deltaX : deltaY; // New school wheel delta (wheel event) diff --git a/src/js/select2/i18n/uk.js b/src/js/select2/i18n/uk.js index 3471265e..ec86e04b 100644 --- a/src/js/select2/i18n/uk.js +++ b/src/js/select2/i18n/uk.js @@ -1,5 +1,5 @@ define(function () { - // Ukranian + // Ukrainian function ending (count, one, couple, more) { if (count % 100 > 10 && count % 100 < 15) { return more;