Module: kamailio Branch: master Commit: d49572b713e8d277b8f4cf5553924de22beef29d URL: https://github.com/kamailio/kamailio/commit/d49572b713e8d277b8f4cf5553924de22beef29d
Author: Mikko Lehto <[email protected]> Committer: Henning Westerholt <[email protected]> Date: 2025-12-18T08:58:45+01:00 topos: Fix documentation typo --- Modified: src/modules/topos/doc/topos_admin.xml --- Diff: https://github.com/kamailio/kamailio/commit/d49572b713e8d277b8f4cf5553924de22beef29d.diff Patch: https://github.com/kamailio/kamailio/commit/d49572b713e8d277b8f4cf5553924de22beef29d.patch --- diff --git a/src/modules/topos/doc/topos_admin.xml b/src/modules/topos/doc/topos_admin.xml index 6698b0103c2..cdf0529d2ba 100644 --- a/src/modules/topos/doc/topos_admin.xml +++ b/src/modules/topos/doc/topos_admin.xml @@ -573,7 +573,7 @@ modparam("topos", "methods_nocontact", "CANCEL,PRACK") <title><varname>header_mode</varname> (int)</title> <para> List of headers to disable multiple comma separated values inserted in compact form. - Altough compact form is RFC compliant this paramter gives possibilty to disable + Altough compact form is RFC compliant this parameter gives possibilty to disable compact form header values for UA that don't support or can't handle it. The following options are available: @@ -643,7 +643,7 @@ modparam("topos", "version_table", 0) <function moreinfo="none">tps_set_context(ctx)</function> </title> <para> - Update the context at runtime. If the value is emtpy string, then + Update the context at runtime. If the value is empty string, then the runtime context is reset. </para> <para> _______________________________________________ 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!
