[sr-dev] git:master:4b2b8925: lib: Fix typos

Henning Westerholt hw at gilawa.com
Sun May 8 17:30:20 CEST 2022


Module: kamailio
Branch: master
Commit: 4b2b8925c2c8f195f135ff262f7b45601b111b0d
URL: https://github.com/kamailio/kamailio/commit/4b2b8925c2c8f195f135ff262f7b45601b111b0d

Author: Bastian Triller <bastian.triller at gmail.com>
Committer: Henning Westerholt <hw at gilawa.com>
Date: 2022-05-08T17:30:14+02:00

lib: Fix typos

---

Modified: src/lib/cds/dstring.h
Modified: src/lib/srdb1/schema/uid_credentials.xml
Modified: src/lib/srdb2/db_cmd.c
Modified: src/lib/srdb2/schema/credentials.xml

---

Diff:  https://github.com/kamailio/kamailio/commit/4b2b8925c2c8f195f135ff262f7b45601b111b0d.diff
Patch: https://github.com/kamailio/kamailio/commit/4b2b8925c2c8f195f135ff262f7b45601b111b0d.patch

---

diff --git a/src/lib/cds/dstring.h b/src/lib/cds/dstring.h
index 039ed2b099..5dc2de5c91 100644
--- a/src/lib/cds/dstring.h
+++ b/src/lib/cds/dstring.h
@@ -77,7 +77,7 @@ typedef struct _dstring_t {
 	/** predefined buffer size */
 	int buff_size;
 
-	/** a operation on this string was unsuccesfull -> 
+	/** a operation on this string was unsuccessful ->
 	 * all other operations will produce error */
 	int error;
 } dstring_t;
diff --git a/src/lib/srdb1/schema/uid_credentials.xml b/src/lib/srdb1/schema/uid_credentials.xml
index 8391e28e1c..d0089693e0 100644
--- a/src/lib/srdb1/schema/uid_credentials.xml
+++ b/src/lib/srdb1/schema/uid_credentials.xml
@@ -16,7 +16,7 @@
 	users identified by uid. Credentials can be used in digest authentication
 	in SIP and/or authentication in SERWeb. In most situations credentials for
 	digest authentication and SERWeb authentication are same. There are cases,
-	however, where seperate credentials for SERWeb and separate credentials
+	however, where separate credentials for SERWeb and separate credentials
 	for digest authentication may be needed. One such example are setups where
 	subscribers get HW user agents with locked configuration and thay do not
 	know the password and are not allowed to change it. If they should be able
diff --git a/src/lib/srdb2/db_cmd.c b/src/lib/srdb2/db_cmd.c
index 0adeca646a..691b5f2999 100644
--- a/src/lib/srdb2/db_cmd.c
+++ b/src/lib/srdb2/db_cmd.c
@@ -73,8 +73,8 @@ db_cmd_t* db_cmd(enum db_cmd_type type, db_ctx_t* ctx, char* table,
 	}
 
 	/* FIXME: This should be redesigned so that we do not need to connect
-	 * connections in context before comands are created, this takes splitting
-	 * the command initializatio sequence in two steps, one would be creating
+	 * connections in context before commands are created, this takes splitting
+	 * the command initialization sequence in two steps, one would be creating
 	 * all the data structures and the second would be checking corresponding
 	 * fields and tables on the server.
 	 */
diff --git a/src/lib/srdb2/schema/credentials.xml b/src/lib/srdb2/schema/credentials.xml
index 8bc7809fbf..a6c3ccadfb 100644
--- a/src/lib/srdb2/schema/credentials.xml
+++ b/src/lib/srdb2/schema/credentials.xml
@@ -15,7 +15,7 @@
 	users identified by uid. Credentials can be used in digest authentication
 	in SIP and/or authentication in SERWeb. In most situations credentials for
 	digest authentication and SERWeb authentication are same. There are cases,
-	however, where seperate credentials for SERWeb and separate credentials
+	however, where separate credentials for SERWeb and separate credentials
 	for digest authentication may be needed. One such example are setups where
 	subscribers get HW user agents with locked configuration and thay do not
 	know the password and are not allowed to change it. If they should be able




More information about the sr-dev mailing list