From 5da85f8e8b9341ffb0779b98eb7655f0bfab6f22 Mon Sep 17 00:00:00 2001
From: Heinrich Fenkart <hnrch02@gmail.com>
Date: Sun, 26 Oct 2014 04:41:47 +0100
Subject: [PATCH] Follow-up to 9740d8b: fix small typo

---
 js/tests/unit/tooltip.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/js/tests/unit/tooltip.js b/js/tests/unit/tooltip.js
index 01c90a81cf..70452df629 100644
--- a/js/tests/unit/tooltip.js
+++ b/js/tests/unit/tooltip.js
@@ -928,7 +928,7 @@ $(function () {
     $tooltip.trigger('mouseenter')
   })
 
-  test('should hide tip after hide delay even if moused left before end of fade in', function () {
+  test('should hide tip after hide delay even if mouse left before end of fade in', function () {
     stop()
 
     var $tooltip = $('<a href="#" rel="tooltip" title="Another tooltip for test"/>')
-- 
GitLab