From d434c9a442788ed844567237b7046c34210b6564 Mon Sep 17 00:00:00 2001 From: Scott González Date: Thu, 4 Oct 2012 11:59:11 -0400 Subject: typo --- ui/jquery.ui.tooltip.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui') 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; } -- cgit v1.2.3