From d434c9a442788ed844567237b7046c34210b6564 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Scott=20Gonz=C3=A1lez?= Date: Thu, 4 Oct 2012 11:59:11 -0400 Subject: [PATCH] typo --- ui/jquery.ui.tooltip.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/jquery.ui.tooltip.js b/ui/jquery.ui.tooltip.js index bb6ea6d88..a97d698e3 100644 --- a/ui/jquery.ui.tooltip.js +++ b/ui/jquery.ui.tooltip.js @@ -140,7 +140,7 @@ $.widget( "ui.tooltip", { this._find( target ).position( $.extend({ of: target }, this.options.position ) ); - // Stop tacking (#8622) + // Stop tracking (#8622) this._off( this.document, "mousemove" ); return; } -- 2.39.5