diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-02-23 15:28:03 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-02-23 15:28:55 +0100 |
commit | 7c7755473e41f28e78dc79b885f8a39783f64699 (patch) | |
tree | 1e807ab11b99e86166454fbd0080109b6e9da4ec /cui | |
parent | 8655095a4910ca795dfd182e6796d9375727a694 (diff) |
Fix typo "teh" -> "the"
Change-Id: Iacfeb4a0c2bff254e5bcc8d58582994cd0f3993a
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/dialogs/cuifmsearch.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/dialogs/cuifmsearch.cxx b/cui/source/dialogs/cuifmsearch.cxx index 500f412bd5df..f81425e2ba66 100644 --- a/cui/source/dialogs/cuifmsearch.cxx +++ b/cui/source/dialogs/cuifmsearch.cxx @@ -558,7 +558,7 @@ void FmSearchDialog::InitContext(sal_Int16 nContext) m_lnkContextSupplier.Call(&fmscContext); DBG_ASSERT(nResult > 0, "FmSearchDialog::InitContext : ContextSupplier didn't give me any controls !"); - // put teh field names into the respective listbox + // put the field names into the respective listbox m_lbField.Clear(); if (fmscContext.sFieldDisplayNames.Len() != 0) |