Module: kamailio
Branch: master
Commit: 40238581af0eea0787547bdacc2ff0fccf19cbba
URL:
https://github.com/kamailio/kamailio/commit/40238581af0eea0787547bdacc2ff0f…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2024-08-02T12:28:19+02:00
textops: docs - fixed typo in subst_v() function name
- unnoticed after copy and paste
---
Modified: src/modules/textops/doc/textops_admin.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/40238581af0eea0787547bdacc2ff0f…
Patch:
https://github.com/kamailio/kamailio/commit/40238581af0eea0787547bdacc2ff0f…
---
diff --git a/src/modules/textops/doc/textops_admin.xml
b/src/modules/textops/doc/textops_admin.xml
index 57414c05e81..86f02b97336 100644
--- a/src/modules/textops/doc/textops_admin.xml
+++ b/src/modules/textops/doc/textops_admin.xml
@@ -811,7 +811,7 @@ if ( subst_hf("From", "/:test@/:best@/",
"a") ) { /*....*/ };
<section id="textops.f.subst_v">
<title>
- <function moreinfo="none">subst_hf(itext, subexp,
ovp)</function>
+ <function moreinfo="none">subst_v(itext, subexp, ovp)</function>
</title>
<para>
Sed-like substitution subexp applied to itext, with result stored in opv.