diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-06-26 19:49:37 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-06-27 13:15:49 +0200 |
commit | ec5f7d8134f914f21056fb7f6719509c5465d382 (patch) | |
tree | 47bfdf2a32f0d37dd55e698f6c654531373788fb | |
parent | 9868cefad38b5382f8f683c1ef8064955cc0f093 (diff) |
Fix typo
To complete commit 3f3181522bd5fa7cd32dc81c624ef260b29cfc9c
Change-Id: Ia6784899e39be6822577e3b8d5f4082ed765fd5e
Reviewed-on: https://gerrit.libreoffice.org/39271
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
-rw-r--r-- | dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx b/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx index 9b25e3f9bd95..9e09847c7572 100644 --- a/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx +++ b/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx @@ -369,7 +369,7 @@ void OSelectionBrowseBox::Init() } catch(const SQLException&) { - OSL_FAIL("Catched Exception when asking for database metadata options!"); + OSL_FAIL("Caught Exception when asking for database metadata options!"); m_nMaxColumns = 0; } } |