Module: kamailio
Branch: master
Commit: c13b8d4cf35b7f9ece143b61514eec9a082f4ac5
URL:
https://github.com/kamailio/kamailio/commit/c13b8d4cf35b7f9ece143b61514eec9…
Author: �������������������� �������������������������������� <git-dpa(a)aegee.org>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2023-02-08T14:05:32+01:00
doc/scripts: typos
---
Modified: doc/scripts/cdefs2doc/dump_cfg_defs.pl
Modified: doc/scripts/cdefs2doc/dump_counters.pl
Modified: doc/scripts/cdefs2doc/dump_rpcs.pl
Modified: doc/scripts/cdefs2doc/dump_selects.pl
---
Diff:
https://github.com/kamailio/kamailio/commit/c13b8d4cf35b7f9ece143b61514eec9…
Patch:
https://github.com/kamailio/kamailio/commit/c13b8d4cf35b7f9ece143b61514eec9…
---
diff --git a/doc/scripts/cdefs2doc/dump_cfg_defs.pl
b/doc/scripts/cdefs2doc/dump_cfg_defs.pl
index 225a817525..b1517dca1f 100755
--- a/doc/scripts/cdefs2doc/dump_cfg_defs.pl
+++ b/doc/scripts/cdefs2doc/dump_cfg_defs.pl
@@ -128,7 +128,7 @@ sub help
C code.
-s | --src | --source - name of the source file, needed only if
the input file is in "raw" translation
- unit format (--tu) and usefull to restrict
+ unit format (--tu) and useful to restrict
and speed-up the search.
--patch - show patches needed for the
GCC::TranslationUnit package.
@@ -389,7 +389,7 @@ sub expr_op0{
my $no=@cfg_default;
$i=0;
if ($no > 0 && @cfg_defs != $no) {
- print(STDERR "WARNING: different array lenghts ($def_cfg_name($no)
&&",
+ print(STDERR "WARNING: different array lengths ($def_cfg_name($no)
&&",
" $cfg_var_name($(scalar @cfg_defs)))\n");
$no=0;
}
diff --git a/doc/scripts/cdefs2doc/dump_counters.pl
b/doc/scripts/cdefs2doc/dump_counters.pl
index 4387ee9a5e..1ddfa29e73 100755
--- a/doc/scripts/cdefs2doc/dump_counters.pl
+++ b/doc/scripts/cdefs2doc/dump_counters.pl
@@ -116,7 +116,7 @@ sub help
C code.
-s | --src | --source - name of the source file, needed only if
the input file is in "raw" translation
- unit format (--tu) and usefull to restrict
+ unit format (--tu) and useful to restrict
and speed-up the search.
--patch - show patches needed for the
GCC::TranslationUnit package.
diff --git a/doc/scripts/cdefs2doc/dump_rpcs.pl b/doc/scripts/cdefs2doc/dump_rpcs.pl
index 6c991edf90..80cfe807d3 100755
--- a/doc/scripts/cdefs2doc/dump_rpcs.pl
+++ b/doc/scripts/cdefs2doc/dump_rpcs.pl
@@ -121,7 +121,7 @@ sub help
C code.
-s | --src | --source - name of the source file, needed only if
the input file is in "raw" translation
- unit format (--tu) and usefull to restrict
+ unit format (--tu) and useful to restrict
and speed-up the search.
--patch - show patches needed for the
GCC::TranslationUnit package.
diff --git a/doc/scripts/cdefs2doc/dump_selects.pl
b/doc/scripts/cdefs2doc/dump_selects.pl
index 4ba3ed4850..b48f76bbba 100755
--- a/doc/scripts/cdefs2doc/dump_selects.pl
+++ b/doc/scripts/cdefs2doc/dump_selects.pl
@@ -120,7 +120,7 @@ sub help
C code.
-s | --src | --source - name of the source file, needed only if
the input file is in "raw" translation
- unit format (--tu) and usefull to restrict
+ unit format (--tu) and useful to restrict
and speed-up the search.
--patch - show patches needed for the
GCC::TranslationUnit package.