summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorKorrawit Pruegsanusak <detective.conan.1412@gmail.com>2011-11-27 14:40:43 +0700
committerKorrawit Pruegsanusak <detective.conan.1412@gmail.com>2011-11-27 14:42:26 +0700
commitc5710d4700e9b3ab854819cc8ce6c70d0654f5dc (patch)
tree20877332d88170b09c421e69915885553cb99acc /dbaccess
parentc97b6bde2e9eeac9acad7739e3d72372c0bf0670 (diff)
s/infomation/information/
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/tabledesign/TableController.cxx2
1 files changed, 1 insertions, 1 deletions
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++ )