summaryrefslogtreecommitdiff
path: root/include/connectivity/CommonTools.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/connectivity/CommonTools.hxx')
-rw-r--r--include/connectivity/CommonTools.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/connectivity/CommonTools.hxx b/include/connectivity/CommonTools.hxx
index 397e8b3faf8e..608381be7999 100644
--- a/include/connectivity/CommonTools.hxx
+++ b/include/connectivity/CommonTools.hxx
@@ -93,7 +93,7 @@ namespace connectivity
};
- // class ORowVector incudes refcounting and initialze himself
+ // class ORowVector includes refcounting and initialize himself
// with at least one element. This first element is reserved for
// the bookmark
template< class VectorVal > class ORowVector : public ORefVector< VectorVal >