From 20aad07fe4e6bf625b23d90cc6689294a304bf52 Mon Sep 17 00:00:00 2001 From: Felix Nagel Date: Wed, 12 Dec 2012 17:39:00 +0100 Subject: Selectmenu: fix comment typo --- ui/jquery.ui.selectmenu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/jquery.ui.selectmenu.js') diff --git a/ui/jquery.ui.selectmenu.js b/ui/jquery.ui.selectmenu.js index 790a76e68..ec7a35998 100644 --- a/ui/jquery.ui.selectmenu.js +++ b/ui/jquery.ui.selectmenu.js @@ -145,7 +145,7 @@ $.widget( "ui.selectmenu", { } that.focus = item.index; - // Set ARIA active decendent + // Set ARIA active descendant that.button.attr( "aria-activedescendant", that.menuItems.eq( item.index ).find( "a" ).attr( "id" ) ); }, // set ARIA role -- cgit v1.2.3