Module: kamailio Branch: master Commit: 62790cc279550fef9ce3f7a6c0ee8dcc055f9625 URL: https://github.com/kamailio/kamailio/commit/62790cc279550fef9ce3f7a6c0ee8dcc...
Author: Mikko Lehto mslehto@iki.fi Committer: Mikko Lehto mslehto@iki.fi Date: 2018-09-24T11:34:12+03:00
src: Fix misspelled Kamailio
---
Modified: src/core/sr_module.h Modified: src/modules/erlang/cnode.c Modified: src/modules/erlang/erlang_mod.c Modified: src/modules/xcap_server/xcap_misc.h
---
Diff: https://github.com/kamailio/kamailio/commit/62790cc279550fef9ce3f7a6c0ee8dcc... Patch: https://github.com/kamailio/kamailio/commit/62790cc279550fef9ce3f7a6c0ee8dcc...
---
diff --git a/src/core/sr_module.h b/src/core/sr_module.h index 4dd6523f3b..5571a76c44 100644 --- a/src/core/sr_module.h +++ b/src/core/sr_module.h @@ -218,7 +218,7 @@ struct ser_cmd_export_ { };
-/** kamailo/openser version */ +/** kamailio/openser version */ struct kam_cmd_export_ { char* name; /**< null terminated command name */ cmd_function function; /**< pointer to the corresponding function */ diff --git a/src/modules/erlang/cnode.c b/src/modules/erlang/cnode.c index ce24c1dff4..b3e7892899 100644 --- a/src/modules/erlang/cnode.c +++ b/src/modules/erlang/cnode.c @@ -49,7 +49,7 @@ csockfd_handler_t *csocket_handler = NULL; erlang_pid *cnode_reply_to_pid = NULL;
/** - * @brief Initialize Kamailo as C node by active connect as client. + * @brief Initialize Kamailio as C node by active connect as client. */ int cnode_connect_to(cnode_handler_t *phandler, ei_cnode *ec, const str *nodename ) { diff --git a/src/modules/erlang/erlang_mod.c b/src/modules/erlang/erlang_mod.c index 83d007aa68..5bf7633283 100644 --- a/src/modules/erlang/erlang_mod.c +++ b/src/modules/erlang/erlang_mod.c @@ -164,7 +164,7 @@ static pv_export_t pvs[] = { /* exported parameters */ static param_export_t parameters[] = { - /* Kamailo C node parameters */ + /* Kamailio C node parameters */ { "no_cnodes", PARAM_INT, &no_cnodes }, { "cnode_alivename", PARAM_STR, &cnode_alivename }, { "cnode_host", PARAM_STR, &cnode_host }, diff --git a/src/modules/xcap_server/xcap_misc.h b/src/modules/xcap_server/xcap_misc.h index 4873da2bda..0f461744f9 100644 --- a/src/modules/xcap_server/xcap_misc.h +++ b/src/modules/xcap_server/xcap_misc.h @@ -7,12 +7,12 @@ * * This file is part of kamailio, a free SIP server. * - * Kamailo is free software; you can redistribute it and/or modify + * Kamailio is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version * - * Kamailo is distributed in the hope that it will be useful, + * Kamailio is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details.