diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-04-04 23:08:02 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-04-04 23:08:44 +0200 |
commit | f25cae2e18fda91c47c57b799c45bc074119b211 (patch) | |
tree | 151d463f0bbf0d2be8e6539af5e542b8b9c68fb2 /include/connectivity | |
parent | 744525c84849ce6ba45348a052bc3ec3cd0d0b55 (diff) |
Typo: creat->create
Change-Id: I5e57e6d506504933096f4c8e371b0ddc93c04cbd
Diffstat (limited to 'include/connectivity')
-rw-r--r-- | include/connectivity/TColumnsHelper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/connectivity/TColumnsHelper.hxx b/include/connectivity/TColumnsHelper.hxx index 50b8b14d8dab..ac281c36da05 100644 --- a/include/connectivity/TColumnsHelper.hxx +++ b/include/connectivity/TColumnsHelper.hxx @@ -29,7 +29,7 @@ namespace connectivity { class OTableHelper; class OColumnsHelperImpl; - /** contains generell column handling to creat default columns and default sql statements. + /** contains generell column handling to create default columns and default sql statements. */ class OOO_DLLPUBLIC_DBTOOLS OColumnsHelper : public sdbcx::OCollection { |