Skip to content

Commit

Permalink
cdp: fix spelling errors catched by lintian #688
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxmaniac committed Jun 29, 2016
1 parent 67a0f10 commit bac77b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/cdp/diameter_epc_code_avp.h
Expand Up @@ -515,7 +515,7 @@ enum {
AVP_EPC_Rule_Failure_Code_GW_PCEF_Malfunction =4,
AVP_EPC_Rule_Failure_Code_Resources_Limitation =5,
AVP_EPC_Rule_Failure_Code_Max_Nr_Bearers_Reached =6,
AVP_EPC_Rule_Failure_Code_Unkown_Bearer_Id =7,
AVP_EPC_Rule_Failure_Code_Unknown_Bearer_Id =7,
AVP_EPC_Rule_Failure_Code_Missing_Bearer_Id =8,
AVP_EPC_Rule_Failure_Code_Missing_Flow_Description =9,
AVP_EPC_Rule_Failure_Code_Resource_Allocation_Failure =10,
Expand Down
2 changes: 1 addition & 1 deletion modules/cdp/mod.c
Expand Up @@ -239,6 +239,6 @@ static int cdp_exit( void )
{
LM_INFO("CDiameterPeer child stopping ...\n");
diameter_peer_destroy();
LM_INFO("... CDiameterPeer child stoped\n");
LM_INFO("... CDiameterPeer child stopped\n");
return 0;
}

0 comments on commit bac77b2

Please sign in to comment.