[Pkg-voip-commits] [belle-sip] 02/09: Refresh fix-spelling-errors.patch for 1.5.0

daniel at gnoutcheff.name daniel at gnoutcheff.name
Thu Jan 12 05:19:23 UTC 2017


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

gnoutchd-guest pushed a commit to branch master
in repository belle-sip.

commit c773f7efbc1b35716968e4f58f7f5516d4316cb9
Author: Daniel Gnoutcheff <daniel at gnoutcheff.name>
Date:   Wed Dec 28 18:26:02 2016 -0500

    Refresh fix-spelling-errors.patch for 1.5.0
---
 debian/patches/fix-spelling-errors.patch | 29 +++++++++++++++--------------
 1 file changed, 15 insertions(+), 14 deletions(-)

diff --git a/debian/patches/fix-spelling-errors.patch b/debian/patches/fix-spelling-errors.patch
index 8157c46..0256042 100644
--- a/debian/patches/fix-spelling-errors.patch
+++ b/debian/patches/fix-spelling-errors.patch
@@ -1,12 +1,24 @@
 Description: Fix spelling errors
 Author: Felix Lechner <felix.lechner at gmail.com>
 Forwarded: no
-Last-Update: 2014-10-07
+Last-Update: 2016-12-29
 ---
 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+
+--- a/src/belle_sip_object.c
++++ b/src/belle_sip_object.c
+@@ -498,7 +498,7 @@
+ 		}
+ 		memcpy(buff+initial_offset,p+initial_offset,*offset-initial_offset);
+ 	}else if (error==BELLE_SIP_BUFFER_OVERFLOW){
+-		belle_sip_error("Object of type %s commited a buffer overflow by marshalling %i bytes",
++		belle_sip_error("Object of type %s committed a buffer overflow by marshalling %i bytes",
+ 			vptr->type_name,(int)(*offset-initial_offset));
+ 	}else{
+ 		belle_sip_error("Object of type %s produced an error during marshalling: %i",
 --- a/src/belle_sip_uri_impl.c
 +++ b/src/belle_sip_uri_impl.c
-@@ -415,14 +415,14 @@ field values, Request-URI and references
+@@ -415,14 +415,14 @@
  
  
  typedef enum {
@@ -25,20 +37,9 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
  	case m: return "mandatory";
  	case na: return "not allowed";
  	}
---- a/src/belle_sip_object.c
-+++ b/src/belle_sip_object.c
-@@ -483,7 +483,7 @@ static belle_sip_error_code checked_mars
- 	}
- 	written=i-initial_offset;
- 	if (error==BELLE_SIP_BUFFER_OVERFLOW){
--		belle_sip_error("Object of type %s commited a buffer overflow by marshalling %i bytes",
-+		belle_sip_error("Object of type %s committed a buffer overflow by marshalling %i bytes",
- 			vptr->type_name,(int)(*offset-initial_offset));
- 	} else if (error!=BELLE_SIP_OK){
- 		belle_sip_error("Object of type %s produced an error during marshalling: %i",
 --- a/src/bodyhandler.c
 +++ b/src/bodyhandler.c
-@@ -113,7 +113,7 @@ int belle_sip_body_handler_send_chunk(be
+@@ -150,7 +150,7 @@
  		if (obj->transfered_size==obj->expected_size)
  			return BELLE_SIP_STOP;
  		if (ret==BELLE_SIP_STOP && obj->transfered_size<obj->expected_size){

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



More information about the Pkg-voip-commits mailing list