diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-01-25 12:25:11 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-03-09 22:02:49 +0100 |
commit | ffae713a5b3a0d20ff958d8bd58a052b495c38fd (patch) | |
tree | c1498773aea4c9f8b5a5b625a4cdacb9dc52d253 /libavcodec/pgssubdec.c | |
parent | eab6968f24991145ca3dc38635cef36884bfd757 (diff) | |
download | ffmpeg-ffae713a5b3a0d20ff958d8bd58a052b495c38fd.tar.gz |
Fix a bunch of common typos.
Diffstat (limited to 'libavcodec/pgssubdec.c')
-rw-r--r-- | libavcodec/pgssubdec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/pgssubdec.c b/libavcodec/pgssubdec.c index bcc47f358e..79ae113a7f 100644 --- a/libavcodec/pgssubdec.c +++ b/libavcodec/pgssubdec.c @@ -446,7 +446,7 @@ static int decode(AVCodecContext *avctx, void *data, int *data_size, case WINDOW_SEGMENT: /* * Window Segment Structure (No new information provided): - * 2 bytes: Unkown, + * 2 bytes: Unknown, * 2 bytes: X position of subtitle, * 2 bytes: Y position of subtitle, * 2 bytes: Width of subtitle, |