From c5710d4700e9b3ab854819cc8ce6c70d0654f5dc Mon Sep 17 00:00:00 2001 From: Korrawit Pruegsanusak Date: Sun, 27 Nov 2011 14:40:43 +0700 Subject: s/infomation/information/ --- dbaccess/source/ui/tabledesign/TableController.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dbaccess') diff --git a/dbaccess/source/ui/tabledesign/TableController.cxx b/dbaccess/source/ui/tabledesign/TableController.cxx index b79eba4f8378..cd5ca46b0a6e 100644 --- a/dbaccess/source/ui/tabledesign/TableController.cxx +++ b/dbaccess/source/ui/tabledesign/TableController.cxx @@ -945,7 +945,7 @@ void OTableController::loadData() if(aTypeIter == m_aTypeInfo.end()) aTypeIter = m_aTypeInfo.begin(); - OSL_ENSURE(aTypeIter != m_aTypeInfo.end(),"We have no type infomation!"); + OSL_ENSURE(aTypeIter != m_aTypeInfo.end(),"We have no type information!"); bool bReadRow = !isAddAllowed(); for(sal_Int32 i=m_vRowList.size(); i < NEWCOLS; i++ ) -- cgit