summaryrefslogtreecommitdiff
path: root/doc/examples
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples')
-rw-r--r--doc/examples/transcode_aac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/transcode_aac.c b/doc/examples/transcode_aac.c
index 75dd1e2738..e0efe2d7b1 100644
--- a/doc/examples/transcode_aac.c
+++ b/doc/examples/transcode_aac.c
@@ -166,7 +166,7 @@ static int open_output_file(const char *filename,
goto cleanup;
}
- /** Save the encoder context for easiert access later. */
+ /** Save the encoder context for easier access later. */
*output_codec_context = stream->codec;
/**