diff options
author | 2017-05-22 10:16:55 +0200 | |
---|---|---|
committer | 2017-05-22 10:16:55 +0200 | |
commit | 456f4922175c7a1d4c85564fbf70efb6580574ad (patch) | |
tree | 1c6f13d1605d691536d81cb21f786913c275e5bf | |
parent | 02d92b5868df3ea32416c0d2d9022a2b65b4e38f (diff) |
Fix typos in dblib/README.md
Change-Id: Ia9404ccb620ba3f7683af673e5bb246d79eb07eb
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rwxr-xr-x | dblib/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dblib/README.md b/dblib/README.md index 19e3a34..98e8f0c 100755 --- a/dblib/README.md +++ b/dblib/README.md @@ -1,6 +1,6 @@ -DBLIB Urility +DBLIB Utility --------------------- -DBKLIB utility is designed as a high availability connection manager. +DBLIB utility is designed as a high availability connection manager. It is configured to use multiple databases, and based on the configured rules always provide the connection to te active database. |