[Pkg-voip-commits] [mediastreamer2] 11/18: debian/patches/fix-spelling-errors.patch: fix more spelling mistakes

Johannes Schauer josch-guest at moszumanska.debian.org
Mon Apr 24 15:59:03 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 64c233bf3ab9299a1ddb981899be4a45c7abec31
Author: Johannes 'josch' Schauer <josch at mister-muffin.de>
Date:   Mon Apr 24 17:18:43 2017 +0200

    debian/patches/fix-spelling-errors.patch: fix more spelling mistakes
---
 debian/patches/fix-spelling-errors.patch | 64 ++++++++++++++++++++++++++++++++
 1 file changed, 64 insertions(+)

diff --git a/debian/patches/fix-spelling-errors.patch b/debian/patches/fix-spelling-errors.patch
index abd6ae0..6bfd53d 100644
--- a/debian/patches/fix-spelling-errors.patch
+++ b/debian/patches/fix-spelling-errors.patch
@@ -257,3 +257,67 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
  	}
  }
  
+--- a/include/mediastreamer2/msfileplayer.h
++++ b/include/mediastreamer2/msfileplayer.h
+@@ -30,7 +30,7 @@ Foundation, Inc., 51 Franklin Street, Fi
+ /* set loop mode: 
+ 	-1: no looping, 
+ 	0: loop at end of file, 
+-	x>0, loop after x miliseconds after eof
++	x>0, loop after x milliseconds after eof
+ */
+ #define MS_FILE_PLAYER_LOOP	MS_FILTER_METHOD(MS_FILE_PLAYER_ID,4,int)
+ #define MS_FILE_PLAYER_DONE	MS_FILTER_METHOD(MS_FILE_PLAYER_ID,5,int)
+--- a/include/mediastreamer2/msticker.h
++++ b/include/mediastreamer2/msticker.h
+@@ -39,7 +39,7 @@ Foundation, Inc., 51 Franklin Street, Fi
+ 
+ 
+ /**
+- * Function pointer for method getting time in miliseconds from an external source.
++ * Function pointer for method getting time in milliseconds from an external source.
+  * @var MSTickerTimeFunc
+  */
+ typedef uint64_t (*MSTickerTimeFunc)(void *);
+@@ -77,7 +77,7 @@ struct _MSTicker
+ 	MSList *execution_list;     /* the list of source filters to be executed.*/
+ 	MSList *task_list; /* list of tasks (see ms_filter_postpone_task())*/
+ 	ms_thread_t thread;   /* the thread ressource*/
+-	int interval; /* in miliseconds*/
++	int interval; /* in milliseconds*/
+ 	int exec_id;
+ 	uint32_t ticks;
+ 	uint64_t time;	/* a time since the start of the ticker expressed in milisec*/
+--- a/src/base/msticker.c
++++ b/src/base/msticker.c
+@@ -445,7 +445,7 @@ void * ms_ticker_run(void *arg)
+ 		s->time+=s->interval;
+ 		late=s->wait_next_tick(s->wait_next_tick_data,s->time);
+ 		if (late>s->interval*5 && late>lastlate){
+-			ms_warning("%s: We are late of %d miliseconds.",s->name,late);
++			ms_warning("%s: We are late of %d milliseconds.",s->name,late);
+ 			late_tick_time=ms_get_cur_time_ms();
+ 		}
+ 		lastlate=late;
+--- a/src/utils/mkv_reader.h
++++ b/src/utils/mkv_reader.h
+@@ -131,7 +131,7 @@ MKVTrackReader *mkv_reader_get_track_rea
+ /**
+  * @brief Set the reading head of each assocated track reader at a specific position
+  * @param reader MKVReader
+- * @param pos_ms Position of the head in miliseconds
++ * @param pos_ms Position of the head in milliseconds
+  * @return The effective position of the head after the operation
+  */
+ int mkv_reader_seek(MKVReader *reader, int pos_ms);
+--- a/tools/mediastream.c
++++ b/tools/mediastream.c
+@@ -210,7 +210,7 @@ const char *usage="mediastream --local <
+ 								"[ --ice-remote-candidate <ip:port:[host|srflx|prflx|relay]> ]\n"
+ 								"[ --infile <input wav file> specify a wav file to be used for input, instead of soundcard ]\n"
+ 								"[ --interactive (run in interactive mode) ]\n"
+-								"[ --jitter <miliseconds> ]\n"
++								"[ --jitter <milliseconds> ]\n"
+ 								"[ --log <file> ]\n"
+ 								"[ --mtu <mtu> (specify MTU)]\n"
+ 								"[ --netsim-bandwidth <bandwidth limit in bits/s> (simulates a network download bandwidth limit) ]\n"

-- 
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