Module: kamailio Branch: master Commit: a92f257f6aa439c772fb1c8db4b909a234fae908 URL: https://github.com/kamailio/kamailio/commit/a92f257f6aa439c772fb1c8db4b909a234fae908
Author: Henning Westerholt <[email protected]> Committer: Henning Westerholt <[email protected]> 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. _______________________________________________ Kamailio (SER) - Development Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
