summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-10 10:16:01 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:32:24 +0200
commit643bbd6041fb826a22a4d4f8a6abe6bc66a1a9b4 (patch)
treeff1a34dfc08813ad7973137c87ccd12c15f9eb3a /sw
parent3bd26180c649a40251cdc12065fea91544a26906 (diff)
typo: choise -> choice
Diffstat (limited to 'sw')
-rw-r--r--sw/source/ui/dialog/ascfldlg.cxx2
1 files changed, 1 insertions, 1 deletions
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() );