[sr-dev] git:master:3d68ecbb: seas: fix typos

Victor Seva linuxmaniac at torreviejawireless.org
Thu Feb 8 09:55:05 CET 2018


Module: kamailio
Branch: master
Commit: 3d68ecbb73886cfe31066f37386ea3ec31824b61
URL: https://github.com/kamailio/kamailio/commit/3d68ecbb73886cfe31066f37386ea3ec31824b61

Author: Victor Seva <linuxmaniac at torreviejawireless.org>
Committer: Victor Seva <linuxmaniac at torreviejawireless.org>
Date: 2018-02-08T09:42:57+01:00

seas: fix typos

Thanks, lintian
> I: kamailio: spelling-error-in-binary usr/lib/x86_64-linux-gnu/kamailio/modules/seas.so didnt didn't
> I: kamailio: spelling-error-in-binary usr/lib/x86_64-linux-gnu/kamailio/modules/seas.so Uncomplete Incomplete

---

Modified: src/modules/seas/encode_content_type.c
Modified: src/modules/seas/event_dispatcher.c

---

Diff:  https://github.com/kamailio/kamailio/commit/3d68ecbb73886cfe31066f37386ea3ec31824b61.diff
Patch: https://github.com/kamailio/kamailio/commit/3d68ecbb73886cfe31066f37386ea3ec31824b61.patch

---

diff --git a/src/modules/seas/encode_content_type.c b/src/modules/seas/encode_content_type.c
index 4a2bb5db5a..33d415b33c 100644
--- a/src/modules/seas/encode_content_type.c
+++ b/src/modules/seas/encode_content_type.c
@@ -165,7 +165,7 @@ int print_encoded_mime_type(FILE *fd,char *hdr,int hdrlen,unsigned int* payload,
 	 chsubtype="SUBTYPE_UNKNOWN";
 	 break;
       default:
-	 chsubtype="(didnt know this subtype existed)";
+	 chsubtype="(didn't know this subtype existed)";
    }
 
    fprintf(fd,"%sTYPE:[%s]\n",prefix,chtype);
diff --git a/src/modules/seas/event_dispatcher.c b/src/modules/seas/event_dispatcher.c
index b9c720f7c4..e371601a19 100644
--- a/src/modules/seas/event_dispatcher.c
+++ b/src/modules/seas/event_dispatcher.c
@@ -183,7 +183,7 @@ int dispatcher_main_loop(void)
       sig_flag=0;
       clean_index=0;
       LM_INFO("polling [2 ServSock] [1 pipe] [%d App Servers]"
-			  " [%d Uncomplete AS]\n",as_nr,unc_as_nr);
+			  " [%d Incomplete AS]\n",as_nr,unc_as_nr);
       poll_events = poll(poll_fds,3+unc_as_nr+as_nr,-1);
       if (poll_events == -1) {
 	 if(errno==EINTR){




More information about the sr-dev mailing list