Module: kamailio
Branch: 5.2
Commit: c106c6d265e4b79748fd3532e77a1f9f10f18da3
URL:
https://github.com/kamailio/kamailio/commit/c106c6d265e4b79748fd3532e77a1f9…
Author: Jorge Vallecillo <jorgevallecilloc(a)gmail.com>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2020-10-02T13:50:39Z
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/c106c6d265e4b79748fd3532e77a1f9…
Patch:
https://github.com/kamailio/kamailio/commit/c106c6d265e4b79748fd3532e77a1f9…
---
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>