Module: kamailio Branch: master Commit: 06535e342c729584999693fbb3bef72d2b2ea07d URL: https://github.com/kamailio/kamailio/commit/06535e342c729584999693fbb3bef72d...
Author: Mikko Lehto mslehto@iki.fi Committer: Mikko Lehto mslehto@iki.fi Date: 2016-11-11T01:46:24+02:00
core, modules: typos
---
Modified: cfg_parser.h Modified: modules/corex/doc/corex_admin.xml Modified: modules/drouting/doc/drouting_admin.xml Modified: sr_module.h
---
Diff: https://github.com/kamailio/kamailio/commit/06535e342c729584999693fbb3bef72d... Patch: https://github.com/kamailio/kamailio/commit/06535e342c729584999693fbb3bef72d...
---
diff --git a/cfg_parser.h b/cfg_parser.h index 5ca2065..1883563 100644 --- a/cfg_parser.h +++ b/cfg_parser.h @@ -69,7 +69,7 @@ typedef enum cfg_flags { CFG_PREFIX = (1 << 3),
/*! \brief The result of cfg_parse_str_val will be in a buffer allocated by - * pkg_malloc, if the destination varaiable contains a pointer to a buffer + * pkg_malloc, if the destination variable contains a pointer to a buffer * already then it will be freed with pkg_free first. */ CFG_STR_PKGMEM = (1 << 4), diff --git a/modules/corex/doc/corex_admin.xml b/modules/corex/doc/corex_admin.xml index b018b66..7db5c74 100644 --- a/modules/corex/doc/corex_admin.xml +++ b/modules/corex/doc/corex_admin.xml @@ -522,7 +522,7 @@ if(file_write("/tmp/data.txt", "Data is: $var(data)")) { ... } the message for on-wire communication, e.g. to do custom encryption or decryption, compression/decompression etc. of the message sent to or received from remote host. Therefore, except text operations, - no module fucntions or pseudo variables are available in this event route. + no module functions or pseudo variables are available in this event route. </para> </section> </section> diff --git a/modules/drouting/doc/drouting_admin.xml b/modules/drouting/doc/drouting_admin.xml index f3cffd9..e3769c0 100644 --- a/modules/drouting/doc/drouting_admin.xml +++ b/modules/drouting/doc/drouting_admin.xml @@ -985,7 +985,7 @@ modparam("drouting", "sort_order", 2) <title><varname>ruri_avp</varname> (str)</title> <para> The name of the avp for storing Request URIs to be later used - (alternative destiantions for the current one). + (alternative destinations for the current one). </para> <para> <emphasis>Default value is <quote>NULL</quote>. diff --git a/sr_module.h b/sr_module.h index e42ccdf..2cbed65 100644 --- a/sr_module.h +++ b/sr_module.h @@ -607,7 +607,7 @@ int get_int_fparam(int* dst, struct sip_msg* msg, fparam_t* param); * @param s_dst string destination * @param msg SIP message * @param param function parameters - * @param flags flags to indicate destiantions + * @param flags flags to indicate destinations * @return 0 on success, 1 on error, e.g. cannot get value */ int get_is_fparam(int* i_dst, str* s_dst, struct sip_msg* msg, fparam_t* param, unsigned int *flags);