Skip to content

Commit

Permalink
utils/: typos a/an
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov authored and miconda committed Dec 16, 2022
1 parent e24de68 commit 664e9d1
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion utils/kamcmd/README
Expand Up @@ -30,7 +30,7 @@ Options:
-s address unix socket name or host name to send the commands on
-R name force reply socket name, for the unix datagram socket mode
-D dir create the reply socket in the directory <dir> if no reply
socket is forced (-R) and an unix datagram socket is selected
socket is forced (-R) and a unix datagram socket is selected
as the transport
-f format print the result using format. Format is a string containing
%v at the places where values read from the reply should be
Expand Down
2 changes: 1 addition & 1 deletion utils/kamcmd/kamcmd.c
Expand Up @@ -780,7 +780,7 @@ static char* str_escape(char* str)
* and stops at each %v, returning a pointer after the %v, setting *size
* to the string length (not including %v) and *type to the corresponding
* BINRPC type (for now only BINRPC_T_ALL).
* To escape a '%', use "%%", and check for type==-1 (which means skip an call
* To escape a '%', use "%%", and check for type==-1 (which means skip a call
* again parse_fmt).
* Usage:
* n="test: %v,%v,%v\n";
Expand Down
2 changes: 1 addition & 1 deletion utils/kamctl/kamdbctl.8
Expand Up @@ -10,7 +10,7 @@ kamdbctl \- Kamailio database control tool

.SH DESCRIPTION
.B kamdbctl
is a script to maintain the database needed by some Kamalio modules.
is a script to maintain the database needed by some Kamailio modules.

.SH Configuration
Before you can use
Expand Down
2 changes: 1 addition & 1 deletion utils/kamctl/xhttp_pi/pi_framework-00
Expand Up @@ -20,7 +20,7 @@
DB1_STR, /**< represents a string of 'str' type */
DB1_DATETIME, /**< represents date and time */
DB1_BLOB, /**< represents a large binary object */
DB1_BITMAP /**< an one-dimensional array of 32 flags */
DB1_BITMAP /**< a one-dimensional array of 32 flags */
/* validation */
P_HOST_PORT /**< represents [proto:]host[:port] */
P_IPV4_PORT /**< represents [proto:]IPv4[:port] */
Expand Down
2 changes: 1 addition & 1 deletion utils/kamctl/xhttp_pi/pi_framework.xml
Expand Up @@ -20,7 +20,7 @@
DB1_STR, /**< represents a string of 'str' type */
DB1_DATETIME, /**< represents date and time */
DB1_BLOB, /**< represents a large binary object */
DB1_BITMAP /**< an one-dimensional array of 32 flags */
DB1_BITMAP /**< a one-dimensional array of 32 flags */
/* validation */
P_HOST_PORT /**< represents [proto:]host[:port] */
P_IPV4_PORT /**< represents [proto:]IPv4[:port] */
Expand Down
2 changes: 1 addition & 1 deletion utils/pdbt/docs/data_format.txt
@@ -1,7 +1,7 @@
* File format off the number portability data *

The number portability data consists only from the number or number block in
the internation format followed by an semi-colon and the carrier identity.
the internation format followed by a semi-colon and the carrier identity.
Each entry must be in a separate line.

Format [0-9]{n,m}; [0-9][0-9][0-9]
Expand Down
2 changes: 1 addition & 1 deletion utils/pdbt/docs/network_protocol.txt
@@ -1,7 +1,7 @@
* Network protocol of pdb server and sip-router module *

The pdb server daemon listen only for UDP messages. The requests contains in
the UDP payload the number starting with a international prefix, e.g. '49' for
the UDP payload the number starting with an international prefix, e.g. '49' for
germany. It must contain only numbers like this: '49721913742734'.

The answer packet contains then the number string from the respective request,
Expand Down

0 comments on commit 664e9d1

Please sign in to comment.