From: Dan Dascalescu Date: Fri, 28 Nov 2014 12:30:04 +0000 (-0800) Subject: Fix copy/paste error X-Git-Tag: v3.3.2~31^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c64fc2c4d6eea1b523e9d7f3a823b4fb2b5770f;p=thirdparty%2Fbootstrap.git Fix copy/paste error --- diff --git a/js/tests/unit/tooltip.js b/js/tests/unit/tooltip.js index 4fbd91dc37..eb578c22af 100644 --- a/js/tests/unit/tooltip.js +++ b/js/tests/unit/tooltip.js @@ -4,7 +4,7 @@ $(function () { module('tooltip plugin') test('should be defined on jquery object', function () { - ok($(document.body).tooltip, 'popover method is defined') + ok($(document.body).tooltip, 'tooltip method is defined') }) module('tooltip', {