diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-05-09 16:34:33 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-05-10 10:01:13 +0200 |
commit | 1156f981ac4557737dd915e89e11abaa61e29f14 (patch) | |
tree | 86e847ba365f478bb74d3fc4e3785689d8b45c6f /connectivity | |
parent | 0dc47739176493ded49b665c5fdfe0fe8fff39c1 (diff) |
an is used before a vowel sound
not before vowels with a consonant sound so its a url not an url
Change-Id: Ic27ff3bee67469284d460c31ced6f63cb3633db2
Reviewed-on: https://gerrit.libreoffice.org/72062
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/README | 2 | ||||
-rw-r--r-- | connectivity/qa/connectivity/mysql/mysql.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/README b/connectivity/README index 7dfc9d758937..a1abf07160ff 100644 --- a/connectivity/README +++ b/connectivity/README @@ -9,5 +9,5 @@ Contains database pieces, drivers, etc. - This test does not run automatically. It can be triggered with setting the environment variable "CONNECTIVITY_TEST_MYSQL_DRIVER". -- The environment variable should contain an URL of the following format: +- The environment variable should contain a URL of the following format: [user]/[passwd]@sdbc:mysql:mysqlc:[host]:[port]/[db_name] diff --git a/connectivity/qa/connectivity/mysql/mysql.cxx b/connectivity/qa/connectivity/mysql/mysql.cxx index 00ff9423aa4a..3e48ce5b3750 100644 --- a/connectivity/qa/connectivity/mysql/mysql.cxx +++ b/connectivity/qa/connectivity/mysql/mysql.cxx @@ -85,7 +85,7 @@ void MysqlTestDriver::setUp() test::BootstrapFixture::setUp(); /* Get URL from environment variable. This test suite should run only when - * there is an URL given. This is because it can be used for testing connection to + * there is a URL given. This is because it can be used for testing connection to * external databases as well. * * Example URL: |