[Pkg-voip-commits] [mediastreamer2] 04/10: debian/patches/fix-spelling-errors.patch: update patch for new upstream version
Johannes Schauer
josch-guest at moszumanska.debian.org
Sun Apr 23 05:59:05 UTC 2017
This is an automated email from the git hooks/post-receive script.
josch-guest pushed a commit to branch master
in repository mediastreamer2.
commit 8965170cf3af1a41e7d15191c13532adc2608451
Author: Johannes 'josch' Schauer <josch at mister-muffin.de>
Date: Thu Apr 20 19:22:01 2017 +0200
debian/patches/fix-spelling-errors.patch: update patch for new upstream version
---
debian/patches/fix-spelling-errors.patch | 42 --------------------------------
1 file changed, 42 deletions(-)
diff --git a/debian/patches/fix-spelling-errors.patch b/debian/patches/fix-spelling-errors.patch
index 3e59ebf..91db7ff 100644
--- a/debian/patches/fix-spelling-errors.patch
+++ b/debian/patches/fix-spelling-errors.patch
@@ -4,48 +4,6 @@ Forwarded: no
Last-Update: 2015-05-28
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- a/src/audiofilters/aqsnd.c
-+++ b/src/audiofilters/aqsnd.c
-@@ -100,7 +100,7 @@ const char* aq_format_error(OSStatus sta
- case kAudioQueueErr_EnqueueDuringReset: return"kAudioQueueErr_EnqueueDuringReset";
- case kAudioQueueErr_InvalidOfflineMode: return"kAudioQueueErr_InvalidOfflineMode";
- default:
-- return "unkown error code";
-+ return "unknown error code";
- }
- }
- #ifdef __ios
---- a/src/audiofilters/msiounit.m
-+++ b/src/audiofilters/msiounit.m
-@@ -63,7 +63,7 @@ static const char * audio_unit_format_er
- case kAudioUnitErr_Initialized: return "kAudioUnitErr_Initialized";
- case kAudioUnitErr_InvalidOfflineRender: return "kAudioUnitErr_InvalidOfflineRender";
- case kAudioUnitErr_Unauthorized: return "kAudioUnitErr_Unauthorized";
-- default: return "unkown error";
-+ default: return "unknown error";
- }
-
- }
-@@ -92,7 +92,7 @@ static const char *audio_session_format_
- return "kAudioSessionIncompatibleCategory";
- case kAudioSessionUnspecifiedError:
- return "kAudioSessionUnspecifiedError";
-- default: return "unkown error";
-+ default: return "unknown error";
- }
-
- }
---- a/src/voip/stun.c
-+++ b/src/voip/stun.c
-@@ -2045,7 +2045,7 @@ stunSendTest( Socket myFd, StunAddress4
- break;
- */
- default:
-- ortp_error("stun: Test %i is unkown\n", testNum);
-+ ortp_error("stun: Test %i is unknown\n", testNum);
- return ; /* error */
- }
-
--- a/src/videofilters/vp8.c
+++ b/src/videofilters/vp8.c
@@ -387,7 +387,7 @@ static void enc_fill_encoder_flags(EncSt
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/mediastreamer2.git
More information about the Pkg-voip-commits
mailing list