Module: kamailio Branch: master Commit: 3dbee1d7001feba3184ccdc618e90f9888a32030 URL: https://github.com/kamailio/kamailio/commit/3dbee1d7001feba3184ccdc618e90f9888a32030
Author: Mikko Lehto <[email protected]> Committer: Henning Westerholt <[email protected]> Date: 2025-12-18T08:58:45+01:00 textops: Fix documentation typo --- Modified: src/modules/textops/doc/textops_admin.xml --- Diff: https://github.com/kamailio/kamailio/commit/3dbee1d7001feba3184ccdc618e90f9888a32030.diff Patch: https://github.com/kamailio/kamailio/commit/3dbee1d7001feba3184ccdc618e90f9888a32030.patch --- diff --git a/src/modules/textops/doc/textops_admin.xml b/src/modules/textops/doc/textops_admin.xml index c201f134a41..be373b042d7 100644 --- a/src/modules/textops/doc/textops_admin.xml +++ b/src/modules/textops/doc/textops_admin.xml @@ -1989,7 +1989,7 @@ if (str_ifind("$rU", "Alice")) { </title> <para> Return 1 (true) if any character in "clist" is found inside "txt". - Both paramters can contain variables. + Both parameters can contain variables. </para> <para> This function can be used from ANY_ROUTE. _______________________________________________ Kamailio - Development Mailing List -- [email protected] To unsubscribe send an email to [email protected] Important: keep the mailing list in the recipients, do not reply only to the sender!
