[sr-dev] git:master:a92f257f: db_postgres: small spelling fix: lenght -> length

Henning Westerholt hw at kamailio.org
Sun Mar 24 19:21:16 CET 2019


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

Author: Henning Westerholt <hw at kamailio.org>
Committer: Henning Westerholt <hw at kamailio.org>
Date: 2019-03-24T19:19:37+01:00

db_postgres: small spelling fix: lenght -> length

---

Modified: src/modules/db_postgres/pg_sql.c

---

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

---

diff --git a/src/modules/db_postgres/pg_sql.c b/src/modules/db_postgres/pg_sql.c
index 003ecf72c4..5672fb43af 100644
--- a/src/modules/db_postgres/pg_sql.c
+++ b/src/modules/db_postgres/pg_sql.c
@@ -138,7 +138,7 @@ static inline int sb_add(struct string_buffer *sb, str *nstr)
 
 /** Creates str string from zero terminated string without copying.
  * This function initializes members of a temporary str structure
- * with the pointer and lenght of the string from s parameter.
+ * with the pointer and length of the string from s parameter.
  *
  * @param str A pointer to temporary str structure.
  * @param s   A zero terminated string.




More information about the sr-dev mailing list