From 2805ac13dcf5ec0c7bbac949ff08a044a6805fd7 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Wed, 9 Apr 2014 12:59:02 +0200 Subject: typo: choosen -> chosen --- accessibility/source/extended/accessibleiconchoicectrl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'accessibility') diff --git a/accessibility/source/extended/accessibleiconchoicectrl.cxx b/accessibility/source/extended/accessibleiconchoicectrl.cxx index ff33395494d2..2048021fe771 100644 --- a/accessibility/source/extended/accessibleiconchoicectrl.cxx +++ b/accessibility/source/extended/accessibleiconchoicectrl.cxx @@ -351,7 +351,7 @@ namespace accessibility } } - // if only one entry is selected and its index is choosen to deselect -> no selection anymore + // if only one entry is selected and its index is chosen to deselect -> no selection anymore if ( 1 == nSelCount && bFound ) pCtrl->SetNoSelection(); } -- cgit