From: Scott González Date: Thu, 4 Oct 2012 15:59:11 +0000 (-0400) Subject: typo X-Git-Tag: 1.9.0~4 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d434c9a442788ed844567237b7046c34210b6564;p=jquery-ui.git typo --- 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; }