Module: kamailio
Branch: master
Commit: f0ed817f33c3b48d6be8c9ec3d086b5885f8a37e
URL:
https://github.com/kamailio/kamailio/commit/f0ed817f33c3b48d6be8c9ec3d086b5…
Author: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Committer: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Date: 2018-02-07T16:10:04+01:00
carrierroute: fix typo
Thanks, lintian
I: kamailio-carrierroute-modules:
spelling-error-in-binary usr/lib/x86_64-linux-gnu/kamailio/modules/carrierroute.so
Sucessfully Successfully
---
Modified: src/modules/carrierroute/parser_carrierroute.c
---
Diff:
https://github.com/kamailio/kamailio/commit/f0ed817f33c3b48d6be8c9ec3d086b5…
Patch:
https://github.com/kamailio/kamailio/commit/f0ed817f33c3b48d6be8c9ec3d086b5…
---
diff --git a/src/modules/carrierroute/parser_carrierroute.c
b/src/modules/carrierroute/parser_carrierroute.c
index c6fbf933f9..8aac5f501d 100644
--- a/src/modules/carrierroute/parser_carrierroute.c
+++ b/src/modules/carrierroute/parser_carrierroute.c
@@ -383,7 +383,7 @@ int parse_struct_header(FILE* file, char* expected_struct_type, str*
struct_name
}
if ( SUCCESSFUL_PARSING == ret ){
- LM_DBG( "Sucessfully parsed struct %s - <%s> header\n",
expected_struct_type, name);
+ LM_DBG( "Successfully parsed struct %s - <%s> header\n",
expected_struct_type, name);
struct_name->len = strlen(name);
memcpy(struct_name->s, name, struct_name->len);
struct_name->s[struct_name->len]='\0';