Browse Source

utils/: typos a/an

(cherry picked from commit 664e9d1677b5802b08fa26d885f4ec89ddef1ac5)
Дилян Палаузов 2 years ago
parent
commit
1706532eed

+ 1 - 1
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 <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

+ 1 - 1
utils/kamcmd/kamcmd.c

@@ -780,7 +780,7 @@ end:
  * 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";

+ 1 - 1
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

+ 1 - 1
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]       */

+ 1 - 1
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]       */

+ 1 - 1
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]

+ 1 - 1
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,