]> source.dussan.org Git - jquery-ui.git/commitdiff
typo
authorScott González <scott.gonzalez@gmail.com>
Thu, 4 Oct 2012 15:59:11 +0000 (11:59 -0400)
committerScott González <scott.gonzalez@gmail.com>
Thu, 4 Oct 2012 15:59:11 +0000 (11:59 -0400)
ui/jquery.ui.tooltip.js

index bb6ea6d8895263837781abd9caf155e146e03dfa..a97d698e302b17b7a34a456c7767d5bc0840c7c2 100644 (file)
@@ -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;
                }