소스 검색

small typo from previous commit

Daniel-Constantin Mierla 2 년 전
부모
커밋
1adba06c0b
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      docs/cookbooks/5.6.x/core.md
  2. 1 1
      docs/cookbooks/devel/core.md

+ 1 - 1
docs/cookbooks/5.6.x/core.md

@@ -1929,7 +1929,7 @@ value that can construct a valid regular expression can be used. Note also that
 set, if the list of modules in `modname` includes a wrong name, Kamailio starts.
 For example setting `modname` to `msilo|notamodule` does not result in a startup
 error if `msilo` module is loaded. Be also careful with expressions than can
-match more module names than wated, for example setting `modname` to `a|b` can
+match more module names than wanted, for example setting `modname` to `a|b` can
 result in matching all module names that include either `a` or `b`.
 
 The second parameter of `modparam` is the name of the module parameter.

+ 1 - 1
docs/cookbooks/devel/core.md

@@ -2228,7 +2228,7 @@ value that can construct a valid regular expression can be used. Note also that
 set, if the list of modules in `modname` includes a wrong name, Kamailio starts.
 For example setting `modname` to `msilo|notamodule` does not result in a startup
 error if `msilo` module is loaded. Be also careful with expressions than can
-match more module names than wated, for example setting `modname` to `a|b` can
+match more module names than wanted, for example setting `modname` to `a|b` can
 result in matching all module names that include either `a` or `b`.
 
 The second parameter of `modparam` is the name of the module parameter.