From 643bbd6041fb826a22a4d4f8a6abe6bc66a1a9b4 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Thu, 10 Apr 2014 10:16:01 +0200 Subject: typo: choise -> choice --- sw/source/ui/dialog/ascfldlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw') diff --git a/sw/source/ui/dialog/ascfldlg.cxx b/sw/source/ui/dialog/ascfldlg.cxx index a1d129586efe..aa46bab15437 100644 --- a/sw/source/ui/dialog/ascfldlg.cxx +++ b/sw/source/ui/dialog/ascfldlg.cxx @@ -365,7 +365,7 @@ IMPL_LINK( SwAsciiFilterDlg, CharSetSelHdl, SvxTextEncodingBox*, pBox ) } else { - // restore old user choise (not the automatic!) + // restore old user choice (not the automatic!) m_pCRLF_RB->Check( m_pCRLF_RB->GetSavedValue() ); m_pCR_RB->Check( m_pCR_RB->GetSavedValue() ); m_pLF_RB->Check( m_pLF_RB->GetSavedValue() ); -- cgit