]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix typo found with codespell. 4642/head 4643/head
authorRyan Pavlik <rpavlik@iastate.edu>
Thu, 23 Aug 2012 16:41:55 +0000 (11:41 -0500)
committerRyan Pavlik <rpavlik@iastate.edu>
Thu, 23 Aug 2012 16:41:55 +0000 (11:41 -0500)
js/tests/unit/bootstrap-tooltip.js

index 2eb8c8f7c9ac11aab3fd3b50154336c0e98a1363..9844d6460f7b0fdd0065d4776a3556e078d0ba5c 100644 (file)
@@ -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 = $('<a href="#" rel="tooltip" title="Another tooltip"></a>')
           .appendTo('#qunit-fixture')
           .tooltip({ delay: 150 })