diff --git a/ui/jquery.ui.selectmenu.js b/ui/jquery.ui.selectmenu.js index 790a76e68a..ec7a359984 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