Browse code

cosmetics: fix some misspelled words

Signed-off-by: James Almer <jamrial@gmail.com>

James Almer authored on 2016/07/18 01:10:27
Showing 13 changed files
... ...
@@ -279,7 +279,7 @@ present between the subtitle lines because of double-sized teletext charactes.
279 279
 Default value is 1.
280 280
 @item txt_duration
281 281
 Sets the display duration of the decoded teletext pages or subtitles in
282
-miliseconds. Default value is 30000 which is 30 seconds.
282
+milliseconds. Default value is 30000 which is 30 seconds.
283 283
 @item txt_transparent
284 284
 Force transparent background of the generated teletext bitmaps. Default value
285 285
 is 0 which means an opaque background.
... ...
@@ -1401,7 +1401,7 @@ is 0. This is only used when @option{slice_mode} is set to
1401 1401
 @samp{fixed}.
1402 1402
 
1403 1403
 @item slice_mode
1404
-Set slice mode. Can assume one of the follwing possible values:
1404
+Set slice mode. Can assume one of the following possible values:
1405 1405
 
1406 1406
 @table @samp
1407 1407
 @item fixed
... ...
@@ -3243,7 +3243,7 @@ silenceremove=1:5:0.02
3243 3243
 @end example
3244 3244
 
3245 3245
 @item
3246
-Trim all silence encountered from begining to end where there is more than 1
3246
+Trim all silence encountered from beginning to end where there is more than 1
3247 3247
 second of silence in audio:
3248 3248
 @example
3249 3249
 silenceremove=0:0:0:-1:1:-90dB
... ...
@@ -4713,7 +4713,7 @@ ffmpeg -f lavfi -i color=c=black:s=1280x720 -i video.mp4 -shortest -filter_compl
4713 4713
 
4714 4714
 Display CIE color diagram with pixels overlaid onto it.
4715 4715
 
4716
-The filter acccepts the following options:
4716
+The filter accepts the following options:
4717 4717
 
4718 4718
 @table @option
4719 4719
 @item system
... ...
@@ -4743,7 +4743,7 @@ Set CIE system.
4743 4743
 @item gamuts
4744 4744
 Set what gamuts to draw.
4745 4745
 
4746
-See @code{system} option for avaiable values.
4746
+See @code{system} option for available values.
4747 4747
 
4748 4748
 @item size, s
4749 4749
 Set ciescope size, by default set to 512.
... ...
@@ -695,7 +695,7 @@ This protocol accepts the following options.
695 695
 
696 696
 @table @option
697 697
 @item timeout
698
-Set timeout in miliseconds of socket I/O operations used by the underlying
698
+Set timeout in milliseconds of socket I/O operations used by the underlying
699 699
 low level operation. By default it is set to -1, which means that the timeout
700 700
 is not specified.
701 701
 
... ...
@@ -3499,12 +3499,12 @@ static int check_keyboard_interaction(int64_t cur_time)
3499 3499
                                                           key == 'c' ? AVFILTER_CMD_FLAG_ONE : 0);
3500 3500
                         fprintf(stderr, "Command reply for stream %d: ret:%d res:\n%s", i, ret, buf);
3501 3501
                     } else if (key == 'c') {
3502
-                        fprintf(stderr, "Queing commands only on filters supporting the specific command is unsupported\n");
3502
+                        fprintf(stderr, "Queuing commands only on filters supporting the specific command is unsupported\n");
3503 3503
                         ret = AVERROR_PATCHWELCOME;
3504 3504
                     } else {
3505 3505
                         ret = avfilter_graph_queue_command(fg->graph, target, command, arg, 0, time);
3506 3506
                         if (ret < 0)
3507
-                            fprintf(stderr, "Queing command failed with error %s\n", av_err2str(ret));
3507
+                            fprintf(stderr, "Queuing command failed with error %s\n", av_err2str(ret));
3508 3508
                     }
3509 3509
                 }
3510 3510
             }
... ...
@@ -513,7 +513,7 @@ static int cfhd_decode(AVCodecContext *avctx, void *data, int *got_frame,
513 513
             }
514 514
 
515 515
             if (highpass_height > highpass_a_height || highpass_width > highpass_a_width || a_expected < expected) {
516
-                av_log(avctx, AV_LOG_ERROR, "Too many highpass coefficents\n");
516
+                av_log(avctx, AV_LOG_ERROR, "Too many highpass coefficients\n");
517 517
                 ret = AVERROR(EINVAL);
518 518
                 goto end;
519 519
             }
... ...
@@ -334,7 +334,7 @@ static int vaapi_encode_issue(AVCodecContext *avctx,
334 334
         if (ctx->codec->init_slice_params) {
335 335
             err = ctx->codec->init_slice_params(avctx, pic, slice);
336 336
             if (err < 0) {
337
-                av_log(avctx, AV_LOG_ERROR, "Failed to initalise slice "
337
+                av_log(avctx, AV_LOG_ERROR, "Failed to initialise slice "
338 338
                        "parameters: %d.\n", err);
339 339
                 goto fail;
340 340
             }
... ...
@@ -137,7 +137,7 @@ static int dv1394_read_packet(AVFormatContext *context, AVPacket *pkt)
137 137
                  * We have to reset :(.
138 138
                  */
139 139
 
140
-                av_log(context, AV_LOG_ERROR, "DV1394: Ring buffer overflow. Reseting ..\n");
140
+                av_log(context, AV_LOG_ERROR, "DV1394: Ring buffer overflow. Resetting ..\n");
141 141
 
142 142
                 dv1394_reset(dv);
143 143
                 dv1394_start(dv);
... ...
@@ -173,7 +173,7 @@ restart_poll:
173 173
         dv->done  = 0;
174 174
 
175 175
         if (s.dropped_frames) {
176
-            av_log(context, AV_LOG_ERROR, "DV1394: Frame drop detected (%d). Reseting ..\n",
176
+            av_log(context, AV_LOG_ERROR, "DV1394: Frame drop detected (%d). Resetting ..\n",
177 177
                     s.dropped_frames);
178 178
 
179 179
             dv1394_reset(dv);
... ...
@@ -385,7 +385,7 @@ static inline int put_str16(AVIOContext *s, const char *str, const int be)
385 385
                   ret += 2;)
386 386
         continue;
387 387
 invalid:
388
-        av_log(s, AV_LOG_ERROR, "Invaid UTF8 sequence in avio_put_str16%s\n", be ? "be" : "le");
388
+        av_log(s, AV_LOG_ERROR, "Invalid UTF8 sequence in avio_put_str16%s\n", be ? "be" : "le");
389 389
         err = AVERROR(EINVAL);
390 390
         if (!*(q-1))
391 391
             break;
... ...
@@ -111,7 +111,7 @@ static int cine_read_header(AVFormatContext *avctx)
111 111
     compression = avio_rl16(pb);
112 112
     version     = avio_rl16(pb);
113 113
     if (version != 1) {
114
-        avpriv_request_sample(avctx, "uknown version %i", version);
114
+        avpriv_request_sample(avctx, "unknown version %i", version);
115 115
         return AVERROR_INVALIDDATA;
116 116
     }
117 117
 
... ...
@@ -671,7 +671,7 @@ static uint64_t mxf_utf16len(const char *utf8_str)
671 671
             size += 2;
672 672
         continue;
673 673
 invalid:
674
-        av_log(NULL, AV_LOG_ERROR, "Invaid UTF8 sequence in mxf_utf16len\n\n");
674
+        av_log(NULL, AV_LOG_ERROR, "Invalid UTF8 sequence in mxf_utf16len\n\n");
675 675
     }
676 676
     size += 1;
677 677
     return size;
... ...
@@ -211,7 +211,7 @@ static int str_read_packet(AVFormatContext *s,
211 211
 
212 212
                 if(pkt->size != sector_count*VIDEO_DATA_CHUNK_SIZE){
213 213
                     if(pkt->data)
214
-                        av_log(s, AV_LOG_ERROR, "missmatching sector_count\n");
214
+                        av_log(s, AV_LOG_ERROR, "mismatching sector_count\n");
215 215
                     av_packet_unref(pkt);
216 216
                     if (av_new_packet(pkt, sector_count*VIDEO_DATA_CHUNK_SIZE))
217 217
                         return AVERROR(EIO);
... ...
@@ -641,7 +641,7 @@ static char *sdp_write_media_attributes(char *buff, int size, AVStream *st, int
641 641
             if (p->extradata_size)
642 642
                 config = xiph_extradata2config(fmt, p);
643 643
             else
644
-                av_log(fmt, AV_LOG_ERROR, "Theora configuation info missing\n");
644
+                av_log(fmt, AV_LOG_ERROR, "Theora configuration info missing\n");
645 645
             if (!config)
646 646
                 return NULL;
647 647