summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/hsqldb/HView.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/hsqldb/HView.cxx')
-rw-r--r--connectivity/source/drivers/hsqldb/HView.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/hsqldb/HView.cxx b/connectivity/source/drivers/hsqldb/HView.cxx
index b54b48cfb204..3a5fcb0cf394 100644
--- a/connectivity/source/drivers/hsqldb/HView.cxx
+++ b/connectivity/source/drivers/hsqldb/HView.cxx
@@ -76,7 +76,7 @@ namespace connectivity { namespace hsqldb
// in HSQL, we need to do it this way ...
//
// I can imagine scenarios where this fails, e.g. when dropping the view
- // succeedes, re-creating it fails, some other thread alters a table which
+ // succeeds, re-creating it fails, some other thread alters a table which
// the view was based on, and then we try to restore the view with the
// original command, which then fails, too.
//