From a6fbb47e6a0814c7c5c9c007b3d3a568364801cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Scott=20Gonz=C3=A1lez?= Date: Mon, 21 Mar 2011 14:02:00 -0400 Subject: [PATCH] Position: Fixed typo. --- ui/jquery.ui.position.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/jquery.ui.position.js b/ui/jquery.ui.position.js index 569aaf98d7f..9d436ccf3b7 100644 --- a/ui/jquery.ui.position.js +++ b/ui/jquery.ui.position.js @@ -51,7 +51,7 @@ $.fn.position = function( options ) { basePosition = target.offset(); } - // force my and at to have valid horizontal and veritcal positions + // force my and at to have valid horizontal and vertical positions // if a value is missing or invalid, it will be converted to center $.each( [ "my", "at" ], function() { var pos = ( options[this] || "" ).split( " " );