From fa0aa4f874ac0f2376c4d6d5eacb508c4ddbe01f Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Mon, 21 Jul 2014 00:18:32 +0200 Subject: [PATCH] jquery.accessKeyLabel: Add missing word in inline comment Follows-up 6a81b0e5. Change-Id: I4558a224746b416feca2de7afa159aa90b5dfc33 --- resources/src/jquery/jquery.accessKeyLabel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/src/jquery/jquery.accessKeyLabel.js b/resources/src/jquery/jquery.accessKeyLabel.js index 80b8303bd0..7b49cb2d00 100644 --- a/resources/src/jquery/jquery.accessKeyLabel.js +++ b/resources/src/jquery/jquery.accessKeyLabel.js @@ -154,7 +154,7 @@ function updateTooltip( element ) { } } - // Search it as parent, because the form control can also inside the label element itself + // Search it as parent, because the form control can also be inside the label element itself $labelParent = $element.parents( 'label' ); if ( $labelParent.length === 1 ) { updateTooltipOnElement( element, $labelParent[0] ); -- 2.20.1