summaryrefslogtreecommitdiff
path: root/doc/examples
diff options
context:
space:
mode:
authorAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>2015-06-13 21:34:40 +0200
committerAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>2015-06-14 15:09:33 +0200
commited0b1db640110cccdbf0db1d882fb952cf3a130d (patch)
tree7261f6bed3b31313dfd8e2dc95b69ef2a52ce905 /doc/examples
parentad072a134fc02a1387107710acbdf29d21c8abc5 (diff)
doc: fix spelling errors
Neccessary -> Necessary formated -> formatted thee -> the eventhough -> even though seperately -> separately Reviewed-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
Diffstat (limited to 'doc/examples')
-rw-r--r--doc/examples/transcoding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/transcoding.c b/doc/examples/transcoding.c
index 2a8220eefa..980e1f101b 100644
--- a/doc/examples/transcoding.c
+++ b/doc/examples/transcoding.c
@@ -117,7 +117,7 @@ static int open_output_file(const char *filename)
/* in this example, we choose transcoding to same codec */
encoder = avcodec_find_encoder(dec_ctx->codec_id);
if (!encoder) {
- av_log(NULL, AV_LOG_FATAL, "Neccessary encoder not found\n");
+ av_log(NULL, AV_LOG_FATAL, "Necessary encoder not found\n");
return AVERROR_INVALIDDATA;
}