Skip to content

Commit

Permalink
ims_registrar_pcscf: typo successfulLy
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov authored and miconda committed Dec 28, 2022
1 parent dd99c7d commit b254787
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/modules/ims_registrar_pcscf/notify.c
Expand Up @@ -23,7 +23,7 @@
* * History:
* ========
*
* Nov 2013 Richard Good migrated pua_reginfo funtionality to ims_registrar_pcscf
* Nov 2013 Richard Good migrated pua_reginfo functionality to ims_registrar_pcscf
*
*/

Expand Down
2 changes: 1 addition & 1 deletion src/modules/ims_registrar_pcscf/notify.h
Expand Up @@ -23,7 +23,7 @@
* * History:
* ========
*
* Nov 2013 Richard Good migrated pua_reginfo funtionality to ims_registrar_pcscf
* Nov 2013 Richard Good migrated pua_reginfo functionality to ims_registrar_pcscf
*
*/

Expand Down
2 changes: 1 addition & 1 deletion src/modules/ims_registrar_pcscf/save.c
Expand Up @@ -233,7 +233,7 @@ static inline int update_contacts(struct sip_msg *req,struct sip_msg *rpl, udoma
LM_DBG("failed to update pcscf contact\n");
}else{
// Register callback to destroy related tunnels to this contact.
// The registration should be exact here, after the successfuly registration of the UE
// The registration should be exact here, after the successful registration of the UE
LM_DBG("ul.register_ulcb(pcontact, PCSCF_CONTACT_EXPIRE|PCSCF_CONTACT_DELETE...)\n");
if(ul.register_ulcb(pcontact, PCSCF_CONTACT_EXPIRE|PCSCF_CONTACT_DELETE, ipsec_pcscf.ipsec_on_expire, NULL) != 1){
LM_DBG("Error subscribing for contact\n");
Expand Down
2 changes: 1 addition & 1 deletion src/modules/ims_registrar_pcscf/subscribe.c
Expand Up @@ -23,7 +23,7 @@
* * History:
* ========
*
* Nov 2013 Richard Good migrated pua_reginfo funtionality to ims_registrar_pcscf
* Nov 2013 Richard Good migrated pua_reginfo functionality to ims_registrar_pcscf
*/

#include "subscribe.h"
Expand Down
2 changes: 1 addition & 1 deletion src/modules/ims_registrar_pcscf/subscribe.h
Expand Up @@ -23,7 +23,7 @@
* * History:
* ========
*
* Nov 2013 Richard Good migrated pua_reginfo funtionality to ims_registrar_pcscf
* Nov 2013 Richard Good migrated pua_reginfo functionality to ims_registrar_pcscf
*
*/

Expand Down

0 comments on commit b254787

Please sign in to comment.