diff options
author | dennisroczek <dennisroczek@libreoffice.org> | 2017-03-15 16:03:00 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-03-31 15:02:02 +0000 |
commit | 12e88e3b28fd47c00c87583999053db6ad8660be (patch) | |
tree | 4b1cffec3f8c427dceb0eb3e3ff7d43dbba8a23a /connectivity | |
parent | 351dead74b4c213b13102f81b5ae9bb47ad8ca39 (diff) |
fix typo: databse --> database
Change-Id: I3ae198eb599a6b0db1be900a2c464ab7b4c20e89
Reviewed-on: https://gerrit.libreoffice.org/35236
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/firebird/Util.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/firebird/Util.hxx b/connectivity/source/drivers/firebird/Util.hxx index 9a452956e3b6..1900ed4b87d1 100644 --- a/connectivity/source/drivers/firebird/Util.hxx +++ b/connectivity/source/drivers/firebird/Util.hxx @@ -34,7 +34,7 @@ namespace connectivity }; /** - * Make sure an identifier is safe to use within the databse. Currently + * Make sure an identifier is safe to use within the database. Currently * firebird seems to return identifiers with 93 character (instead of * 31), whereby the name is simply padded with trailing whitespace. * This removes all trailing whitespace (i.e. if necessary so that |