summaryrefslogtreecommitdiff
path: root/dbaccess/source
diff options
context:
space:
mode:
authorAntoine Cœur <coeur@gmx.fr>2015-06-11 01:42:51 +0200
committerPhilippe Jung <phil.jung@free.fr>2015-06-12 15:41:17 +0000
commitfd29a623e7c7b4d859c55f1f04463b5705ad47bf (patch)
tree917da1eda899b6d3f6fcf4faf78b2fbc4eda9319 /dbaccess/source
parent1289d3c42af66990a2c8e5a7a38e51b6cd51c7eb (diff)
spelling
Change-Id: I5ccbb5a2b31192cea96fbb0f4ab926af86e94c9d Reviewed-on: https://gerrit.libreoffice.org/16223 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Philippe Jung <phil.jung@free.fr>
Diffstat (limited to 'dbaccess/source')
-rw-r--r--dbaccess/source/ui/relationdesign/RelationTableView.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/relationdesign/RelationTableView.cxx b/dbaccess/source/ui/relationdesign/RelationTableView.cxx
index fd345a0ebc89..922750997824 100644
--- a/dbaccess/source/ui/relationdesign/RelationTableView.cxx
+++ b/dbaccess/source/ui/relationdesign/RelationTableView.cxx
@@ -216,7 +216,7 @@ void ORelationTableView::AddConnection(const OJoinExchangeData& jxdSource, const
}
catch(const Exception&)
{
- OSL_FAIL("ORelationTableView::AddConnection: Exception oocured!");
+ OSL_FAIL("ORelationTableView::AddConnection: Exception occurred!");
}
}
}