From 664e9d1677b5802b08fa26d885f4ec89ddef1ac5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B8=D0=BB=D1=8F=D0=BD=20=D0=9F=D0=B0=D0=BB=D0=B0?= =?UTF-8?q?=D1=83=D0=B7=D0=BE=D0=B2?= Date: Mon, 12 Dec 2022 19:20:21 +0200 Subject: [PATCH] utils/: typos a/an --- utils/kamcmd/README | 2 +- utils/kamcmd/kamcmd.c | 2 +- utils/kamctl/kamdbctl.8 | 2 +- utils/kamctl/xhttp_pi/pi_framework-00 | 2 +- utils/kamctl/xhttp_pi/pi_framework.xml | 2 +- utils/pdbt/docs/data_format.txt | 2 +- utils/pdbt/docs/network_protocol.txt | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/utils/kamcmd/README b/utils/kamcmd/README index 50e83e693c5..13a3818414f 100644 --- a/utils/kamcmd/README +++ b/utils/kamcmd/README @@ -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 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 diff --git a/utils/kamcmd/kamcmd.c b/utils/kamcmd/kamcmd.c index e940ab8ae11..459fbfc30ae 100644 --- a/utils/kamcmd/kamcmd.c +++ b/utils/kamcmd/kamcmd.c @@ -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"; diff --git a/utils/kamctl/kamdbctl.8 b/utils/kamctl/kamdbctl.8 index 787a37a8766..2e4240eb712 100644 --- a/utils/kamctl/kamdbctl.8 +++ b/utils/kamctl/kamdbctl.8 @@ -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 diff --git a/utils/kamctl/xhttp_pi/pi_framework-00 b/utils/kamctl/xhttp_pi/pi_framework-00 index eb02c8b0cbc..26bb8a0eeb4 100644 --- a/utils/kamctl/xhttp_pi/pi_framework-00 +++ b/utils/kamctl/xhttp_pi/pi_framework-00 @@ -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] */ diff --git a/utils/kamctl/xhttp_pi/pi_framework.xml b/utils/kamctl/xhttp_pi/pi_framework.xml index f6d5ecaca2a..9c7730ce6e3 100644 --- a/utils/kamctl/xhttp_pi/pi_framework.xml +++ b/utils/kamctl/xhttp_pi/pi_framework.xml @@ -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] */ diff --git a/utils/pdbt/docs/data_format.txt b/utils/pdbt/docs/data_format.txt index e84be562728..aca5fe30e34 100644 --- a/utils/pdbt/docs/data_format.txt +++ b/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] diff --git a/utils/pdbt/docs/network_protocol.txt b/utils/pdbt/docs/network_protocol.txt index 7231a09930f..3830c1076ad 100644 --- a/utils/pdbt/docs/network_protocol.txt +++ b/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,