From: Ryan Pavlik Date: Thu, 23 Aug 2012 16:41:55 +0000 (-0500) Subject: Fix typo found with codespell. X-Git-Tag: v2.1.1~57^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4642%2Fhead;p=thirdparty%2Fbootstrap.git Fix typo found with codespell. --- diff --git a/js/tests/unit/bootstrap-tooltip.js b/js/tests/unit/bootstrap-tooltip.js index 2eb8c8f7c9..9844d6460f 100644 --- a/js/tests/unit/bootstrap-tooltip.js +++ b/js/tests/unit/bootstrap-tooltip.js @@ -113,7 +113,7 @@ $(function () { }, 50) }) - test("should show tooltip if leave event hasn't occured before delay expires", function () { + test("should show tooltip if leave event hasn't occurred before delay expires", function () { var tooltip = $('') .appendTo('#qunit-fixture') .tooltip({ delay: 150 })