Module: kamailio Branch: master Commit: e0e93015ab8a23e1fb082f45d6d6bbfcd361a4d6 URL: https://github.com/kamailio/kamailio/commit/e0e93015ab8a23e1fb082f45d6d6bbfc...
Author: Jorge Vallecillo jorgevallecilloc@gmail.com Committer: Henning Westerholt hw@skalatan.de Date: 2020-10-02T15:48:22+02:00
Fix typo on db_mongodb module: Consecutives 'the'
---
Modified: src/modules/db_mongodb/doc/db_mongodb_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/e0e93015ab8a23e1fb082f45d6d6bbfc... Patch: https://github.com/kamailio/kamailio/commit/e0e93015ab8a23e1fb082f45d6d6bbfc...
---
diff --git a/src/modules/db_mongodb/doc/db_mongodb_admin.xml b/src/modules/db_mongodb/doc/db_mongodb_admin.xml index a7723bec58..00cf7a59e6 100644 --- a/src/modules/db_mongodb/doc/db_mongodb_admin.xml +++ b/src/modules/db_mongodb/doc/db_mongodb_admin.xml @@ -96,7 +96,7 @@ <section> <title>Usage</title> <para> - Load the module and set the the DB URL for specific modules to: + Load the module and set the DB URL for specific modules to: mongodb://username:password@host:port/database. Username, password and port are optional. </para>