summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-09-10 22:35:39 +0200
committerJulien Nabet <serval2412@yahoo.fr>2014-09-10 22:35:39 +0200
commit037d03b9facb414ba6be01fa6ee92fc7ca89f70c (patch)
tree119676e8107fada1b91ef12a72e9bbf7b393729f /dbaccess/source/ui
parent44ead04eb5fc61a3f56f783adb1509fab440e212 (diff)
Typo: (N|n)ormaly->(N|n)ormally
Change-Id: I96d081f394b0b62d99ec1034bf5e99da9aedd9d9
Diffstat (limited to 'dbaccess/source/ui')
-rw-r--r--dbaccess/source/ui/browser/unodatbr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/browser/unodatbr.cxx b/dbaccess/source/ui/browser/unodatbr.cxx
index 1076accd5828..4e8e4e707617 100644
--- a/dbaccess/source/ui/browser/unodatbr.cxx
+++ b/dbaccess/source/ui/browser/unodatbr.cxx
@@ -659,7 +659,7 @@ bool SbaTableQueryBrowser::InitializeGridModel(const Reference< ::com::sun::star
Reference<XConnection> xConnection;
Reference<XPropertySet> xRowSetProps(getRowSet(),UNO_QUERY);
xRowSetProps->getPropertyValue( PROPERTY_ACTIVE_CONNECTION ) >>= xConnection;
- OSL_ENSURE(xConnection.is(),"A ActiveConnection should normaly exists!");
+ OSL_ENSURE(xConnection.is(),"A ActiveConnection should normally exists!");
Reference<XChild> xChild(xConnection,UNO_QUERY);
Reference<XPropertySet> xDataSourceProp(xChild->getParent(),UNO_QUERY);