[Pkg-voip-commits] [kamailio] 01/05: Add fix for spelling errors in binaries

Victor Seva Lopez maniac-guest at alioth.debian.org
Tue Aug 20 09:45:56 UTC 2013


This is an automated email from the git hooks/post-receive script.

maniac-guest pushed a commit to branch master
in repository kamailio.

commit 06a40db72578cd5017d9c31ed9b7e110c0e43ece
Author: Victor Seva <vseva at sipwise.com>
Date:   Tue Aug 20 10:40:03 2013 +0200

    Add fix for spelling errors in binaries
---
 debian/changelog                     |    5 +-
 debian/patches/series                |    1 +
 debian/patches/spelling_errors.patch |  226 ++++++++++++++++++++++++++++++++++
 3 files changed, 231 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 1ecbbca..94bf257 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 kamailio (4.0.3-1) UNRELEASED; urgency=low
 
+  [ Victor Seva ]
   * New upstream release
   * debian/control:
     - change vcs info to our git repository
@@ -7,11 +8,13 @@ kamailio (4.0.3-1) UNRELEASED; urgency=low
     - change Architecture to linux-any (Close: #712182)
   * debian/patches/default_fifo.patch:
     - fix kamctlrc defaults
+  * debian/patches/spelling_errors.patch:
+    - fix spelling errors on binaries
   * debian/rules:
     - use upstream CC_EXTRA_OPTS and LD_EXTRA_OPTS environment variables
       to pass hardening flags (Close: #690396)
 
- -- Victor Seva <linuxmaniac at torreviejawireless.org>  Fri, 16 Aug 2013 09:51:20 +0200
+ -- Victor Seva <linuxmaniac at torreviejawireless.org>  Fri, 20 Aug 2013 09:51:20 +0200
 
 kamailio (4.0.2-1) unstable; urgency=low
 
diff --git a/debian/patches/series b/debian/patches/series
index 097470b..deae84c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ no_lib64_on_64_bits.patch
 no_INSTALL_file.patch
 fix_export.patch
 default_fifo.patch
+spelling_errors.patch
diff --git a/debian/patches/spelling_errors.patch b/debian/patches/spelling_errors.patch
new file mode 100644
index 0000000..1f70a87
--- /dev/null
+++ b/debian/patches/spelling_errors.patch
@@ -0,0 +1,226 @@
+--- a/modules/cdp/diameter_peer.c
++++ b/modules/cdp/diameter_peer.c
+@@ -417,8 +417,8 @@
+ 		lock_release(shutdownx_lock);
+ 	}
+ 
+-	/* wait for all childs to clean up nicely (acceptor, receiver, timer, workers) */
+-	LM_INFO("destroy_diameter_peer(): Terminating all childs...\n");
++	/* wait for all children to clean up nicely (acceptor, receiver, timer, workers) */
++	LM_INFO("destroy_diameter_peer(): Terminating all children...\n");
+ 	while(pid_list->tail){
+ 		pid = dp_last_pid();
+ 		if (pid<=0||pid==getpid()){
+--- a/modules/ims_auth/authims_mod.c
++++ b/modules/ims_auth/authims_mod.c
+@@ -108,7 +108,7 @@
+ /* fixed parameter storage */
+ str scscf_name_str; /**< fixed name of the S-CSCF 							*/
+ 
+-/* used mainly in testing - load balancing with SIPP where we dont want to worry about auth */
++/* used mainly in testing - load balancing with SIPP where we don't want to worry about auth */
+ int ignore_failed_auth = 0;
+ 
+ /*
+--- a/modules/ims_auth/authorize.c
++++ b/modules/ims_auth/authorize.c
+@@ -648,7 +648,7 @@
+         LM_ERR("no matching auth vector found - maybe timer expired\n");
+ 
+         if (ignore_failed_auth) {
+-            LM_WARN("NB: Ignoring all failed auth - check your config if you dont expect this\n");
++            LM_WARN("NB: Ignoring all failed auth - check your config if you don't expect this\n");
+             ret = AUTH_OK;
+         }
+ 
+@@ -783,7 +783,7 @@
+     }
+ 
+     if (ignore_failed_auth) {
+-        LM_WARN("NB: Ignoring all failed auth - check your config if you dont expect this\n");
++        LM_WARN("NB: Ignoring all failed auth - check your config if you don't expect this\n");
+         ret = AUTH_OK;
+     }
+ 
+--- a/modules/ims_icscf/db.c
++++ b/modules/ims_icscf/db.c
+@@ -343,7 +343,7 @@
+ 	}
+ 
+ 	if (res->n == 0) {
+-		LM_DBG("DBG:ims_icscf_db_get_capabilities: No Capabilites found... not critical...\n");
++		LM_DBG("DBG:ims_icscf_db_get_capabilities: No Capabilities found... not critical...\n");
+ 		return 1;
+ 	}
+ 	else {
+--- a/modules/ims_isc/mark.c
++++ b/modules/ims_isc/mark.c
+@@ -155,7 +155,7 @@
+ 				}
+ 				break;
+ 			default:
+-				LM_ERR("isc_mark_get: unkown parameter found: %c !\n", x.s[i]);
++				LM_ERR("isc_mark_get: unknown parameter found: %c !\n", x.s[i]);
+ 			}
+ 			i = j + 1;
+ 		} else
+--- a/modules/iptrtpproxy/doc/iptrtpproxy_admin.xml
++++ b/modules/iptrtpproxy/doc/iptrtpproxy_admin.xml
+@@ -27,7 +27,7 @@
+ 
+ 	<para>
+ 	This &kamailio; module is written as a light-weight module, there is no 
+-	dialog managment as in <emphasis>Nathelper</emphasis>. The reason is that such an API
++	dialog management as in <emphasis>Nathelper</emphasis>. The reason is that such an API
+ 	should be provided by core or a specialized dialog manager module.
+ 	Because such module is not in git, session information may be stored 
+ 	in extra attributes of the <emphasis>avp_db</emphasis> module and
+--- a/modules/mangler/contact_ops.c
++++ b/modules/mangler/contact_ops.c
+@@ -369,7 +369,7 @@
+ 				format->rcv_proto=s_sctp;
+ 				break;
+ 			default:
+-				BUG("unkown proto %d\n", msg->rcv.proto);
++				BUG("unknown proto %d\n", msg->rcv.proto);
+ 		}
+ 	}else{
+ 		format->rcv_proto.s=0;
+--- a/modules/presence/event_list.c
++++ b/modules/presence/event_list.c
+@@ -255,7 +255,7 @@
+ 	}
+ 	EvList->ev_count++;
+ 	
+-	LM_DBG("succesfully added event: %.*s - len= %d\n",ev->name.len,
++	LM_DBG("successfully added event: %.*s - len= %d\n",ev->name.len,
+ 			ev->name.s, ev->name.len);
+ done:
+ 	free_event_params(parsed_event.params.list, PKG_MEM_TYPE);
+--- a/modules/presence/hash.c
++++ b/modules/presence/hash.c
+@@ -634,7 +634,7 @@
+ 	if(presentity->event->get_rules_doc(&presentity->user, &presentity->domain,
+ 				&xcap_doc)< 0)
+ 	{
+-		LM_ERR("failed to retreive xcap document\n");
++		LM_ERR("failed to retrieve xcap document\n");
+ 		ret= -1;
+ 		goto done;
+ 	}
+--- a/modules/pua_mi/mi_func.c
++++ b/modules/pua_mi/mi_func.c
+@@ -220,7 +220,7 @@
+ 	publ.event= get_event_flag(&event);
+ 	if(publ.event< 0)
+ 	{
+-		LM_ERR("unkown event\n");
++		LM_ERR("unknown event\n");
+ 		return init_mi_tree(400, "Unknown event", 13);
+ 	}
+ 	if(content_type.len!= 1)
+@@ -461,7 +461,7 @@
+ 	subs.event= get_event_flag(&event);
+ 	if(subs.event< 0)
+ 	{
+-		LM_ERR("unkown event\n");
++		LM_ERR("unknown event\n");
+ 		return init_mi_tree(400, "Unknown event", 13);
+ 	}
+ 
+--- a/modules/uid_avp_db/uid_avp_db.c
++++ b/modules/uid_avp_db/uid_avp_db.c
+@@ -285,7 +285,7 @@
+     uri_type_to_str(puri.type, &(load_uri_attrs_cmd->match[2].v.lstr));
+ 
+ 	if (db_exec(&res, load_uri_attrs_cmd) < 0) {
+-		ERR("Error while quering database\n");
++		ERR("Error while querying database\n");
+ 		return -1;
+     }
+     
+@@ -307,7 +307,7 @@
+ 	}
+ 
+ 	if (db_exec(&res, load_user_attrs_cmd) < 0) {
+-		ERR("Error while quering database\n");
++		ERR("Error while querying database\n");
+ 		return -1;
+     }
+     
+--- a/modules/xhttp_pi/xhttp_pi_fnc.c
++++ b/modules/xhttp_pi/xhttp_pi_fnc.c
+@@ -2449,7 +2449,7 @@
+ 			LM_DBG("[%.*s] has flags [%d]\n", key->len, key->s, flags);
+ 			if(flags){
+ 				XHTTP_PI_BUILD_REPLY(ctx,
+-					"Unkown validation [%d] for %s.",
++					"Unknown validation [%d] for %s.",
+ 					table->cols[i].validation, key->s);
+ 				goto done;
+ 			}
+--- a/utils/kamctl/kamctl.8
++++ b/utils/kamctl/kamctl.8
+@@ -43,7 +43,7 @@
+ 
+ 
+ .TP 16
+-.I Access control list (acl)  managment commands:
++.I Access control list (acl)  management commands:
+ .TP
+ .B acl show [<username>]
+ Show user membership
+@@ -55,7 +55,7 @@
+ Grant user membership(s) (*)
+ 
+ .TP 16
+-.I  Least cost routes (lcr) managment command:
++.I  Least cost routes (lcr) management command:
+ .TP             
+ .B lcr dump
+ Show in memory gateways and routes tables
+@@ -64,7 +64,7 @@
+ Reload lcr gateways and routes
+ 
+ .TP 16
+-.I Carrierroute tables('cr') managment commands:
++.I Carrierroute tables('cr') management commands:
+ .TP
+ .B cr show 
+ Show tables
+@@ -88,7 +88,7 @@
+ Remove a carrier
+ 
+ .TP 16
+-.I Remote-Party-ID (RPID) managment commands:
++.I Remote-Party-ID (RPID) management commands:
+ .TP
+ .B rpid add <username> <rpid>
+ Add rpid for a user (*)
+@@ -100,7 +100,7 @@
+ Show rpid of a user
+ 
+ .TP 16
+-.I Subscriber managment commands:
++.I Subscriber management commands:
+ .TP
+ .B add <username> <password> 
+  Add a new subscriber (*)
+@@ -130,7 +130,7 @@
+ Remove all entres for the given src_ip
+ 
+ .TP 16
+-.I Dispatcher managment commands:
++.I Dispatcher management commands:
+ .TP
+ .B dispatcher show 
+ Show dispatcher gateways
+@@ -154,7 +154,7 @@
+ Restart phone configured for <uri>
+ 
+ .TP 16
+-.I User location('ul') or aliases managment commands:
++.I User location('ul') or aliases management commands:
+ .B ul show [<username>]
+ Show in-RAM online users
+ .TP

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/kamailio.git



More information about the Pkg-voip-commits mailing list