summaryrefslogtreecommitdiffstats
path: root/connectivity
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/README2
-rw-r--r--connectivity/qa/connectivity/mysql/mysql.cxx2
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: