Module: kamailio
Branch: 5.2
Commit: 77c4bd3207173f7e43e67e553fb47f1f260c166e
URL: https://github.com/kamailio/kamailio/commit/77c4bd3207173f7e43e67e553fb47f1…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2019-10-07T10:41:29+02:00
ims_qos: fixed typo in comments (timout -> timeout)
(cherry picked from commit a6caed41166e555d7297abbae6017c5c54262662)
---
Modified: src/modules/ims_qos/rx_str.c
---
Diff: https://github.com/kamailio/kamailio/commit/77c4bd3207173f7e43e67e553fb47f1…
Patch: https://github.com/kamailio/kamailio/commit/77c4bd3207173f7e43e67e553fb47f1…
---
diff --git a/src/modules/ims_qos/rx_str.c b/src/modules/ims_qos/rx_str.c
index efa9617222..6b243e85a4 100644
--- a/src/modules/ims_qos/rx_str.c
+++ b/src/modules/ims_qos/rx_str.c
@@ -104,8 +104,8 @@ int rx_send_str(str *rx_session_id) {
if (auth->u.auth.state == AUTH_ST_DISCON) {
// If we are in DISCON is because an STR was already sent
- // so just wait for STA or for Grace Timout to happen
- LM_DBG("Hmmm, auth session already in disconnected state\n");
+ // so just wait for STA or for Grace Timeout to happen
+ LM_DBG("auth session already in disconnected state\n");
cdpb.AAASessionsUnlock(auth->hash);
return CSCF_RETURN_FALSE;
}
Module: kamailio
Branch: 5.2
Commit: 342e1dcdd8d59269efe93f4c3e7651d4019e2dd5
URL: https://github.com/kamailio/kamailio/commit/342e1dcdd8d59269efe93f4c3e7651d…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2019-10-07T10:41:19+02:00
sms: fixed typo in comments (timout -> timeout)
(cherry picked from commit 5631338036c405b1e8c7fe8a1e320db2eb63c3f9)
---
Modified: src/modules/sms/libsms_modem.c
Modified: src/modules/sms/libsms_modem.h
---
Diff: https://github.com/kamailio/kamailio/commit/342e1dcdd8d59269efe93f4c3e7651d…
Patch: https://github.com/kamailio/kamailio/commit/342e1dcdd8d59269efe93f4c3e7651d…
---
diff --git a/src/modules/sms/libsms_modem.c b/src/modules/sms/libsms_modem.c
index 5093d28ee2..fe0be1f8a7 100644
--- a/src/modules/sms/libsms_modem.c
+++ b/src/modules/sms/libsms_modem.c
@@ -125,7 +125,7 @@ int put_command( struct modem *mdm, char* cmd, int cmd_len, char* answer,
}
}
}
- /* repeat until timout */
+ /* repeat until timeout */
}while (timeoutcounter<timeout);
if (!answer_e)
diff --git a/src/modules/sms/libsms_modem.h b/src/modules/sms/libsms_modem.h
index feeb6acac9..7eb0a80b04 100644
--- a/src/modules/sms/libsms_modem.h
+++ b/src/modules/sms/libsms_modem.h
@@ -31,7 +31,7 @@ typedef int(*cds_report)( struct modem* , char* , int );
/* put_command
- Sends a command to the modem and waits max timout*0.1 seconds for an answer.
+ Sends a command to the modem and waits max timeout*0.1 seconds for an answer.
The function returns the length of the answer.
The answer can be Ok, ERROR or expect.
The command may be empty or NULL */
Module: kamailio
Branch: 5.2
Commit: df08856b7570ee477e1aaa49d0550e8541f19f02
URL: https://github.com/kamailio/kamailio/commit/df08856b7570ee477e1aaa49d0550e8…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2019-10-07T10:41:03+02:00
db_mysql: fixed typo in comments (timout -> timeout)
(cherry picked from commit 75e0e0f4d693e207d2035f84c3e1ddc9cc715ec4)
---
Modified: src/modules/db_mysql/km_dbase.c
---
Diff: https://github.com/kamailio/kamailio/commit/df08856b7570ee477e1aaa49d0550e8…
Patch: https://github.com/kamailio/kamailio/commit/df08856b7570ee477e1aaa49d0550e8…
---
diff --git a/src/modules/db_mysql/km_dbase.c b/src/modules/db_mysql/km_dbase.c
index 581e4e14be..97b0e4904c 100644
--- a/src/modules/db_mysql/km_dbase.c
+++ b/src/modules/db_mysql/km_dbase.c
@@ -89,7 +89,7 @@ static int db_mysql_submit_query(const db1_con_t* _h, const str* _s)
}
}
/*
- * We're doing later a query anyway that will reset the timout of the server,
+ * We're doing later a query anyway that will reset the timeout of the server,
* so it makes sense to set the timestamp value to the actual time in order
* to prevent unnecessary pings.
*/