Module: kamailio Branch: master Commit: e59fa0c52af3ea5ddea435ec0b48df737f6aa5aa URL: https://github.com/kamailio/kamailio/commit/e59fa0c52af3ea5ddea435ec0b48df73...
Author: Henning Westerholt hw@kamailio.org Committer: Henning Westerholt hw@kamailio.org Date: 2019-03-24T19:20:21+01:00
ndb_redis: small spelling fix: lenght -> length
---
Modified: src/modules/ndb_redis/redis_client.c
---
Diff: https://github.com/kamailio/kamailio/commit/e59fa0c52af3ea5ddea435ec0b48df73... Patch: https://github.com/kamailio/kamailio/commit/e59fa0c52af3ea5ddea435ec0b48df73...
---
diff --git a/src/modules/ndb_redis/redis_client.c b/src/modules/ndb_redis/redis_client.c index 7e3ddb0d8c..a4531801b4 100644 --- a/src/modules/ndb_redis/redis_client.c +++ b/src/modules/ndb_redis/redis_client.c @@ -1019,12 +1019,12 @@ int redisc_exec(str *srv, str *res, str *cmd, ...)
/** * Executes a redis command. - * Command is coded using a vector of strings, and a vector of lenghts. + * Command is coded using a vector of strings, and a vector of lengths. * * @param rsrv Pointer to a redis_server_t structure. * @param argc number of elements in the command vector. * @param argv vector of zero terminated strings forming the command. - * @param argvlen vector of command string lenghts or NULL. + * @param argvlen vector of command string lengths or NULL. * @return redisReply structure or NULL if there was an error. */ redisReply* redisc_exec_argv(redisc_server_t *rsrv, int argc, const char **argv,