summaryrefslogtreecommitdiff
path: root/libavformat/avio.h
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 /libavformat/avio.h
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 'libavformat/avio.h')
-rw-r--r--libavformat/avio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avio.h b/libavformat/avio.h
index 28997f8157..9f3a992307 100644
--- a/libavformat/avio.h
+++ b/libavformat/avio.h
@@ -79,7 +79,7 @@ typedef struct AVIODirEntry {
char *name; /**< Filename */
int type; /**< Type of the entry */
int utf8; /**< Set to 1 when name is encoded with UTF-8, 0 otherwise.
- Name can be encoded with UTF-8 eventhough 0 is set. */
+ Name can be encoded with UTF-8 even though 0 is set. */
int64_t size; /**< File size in bytes, -1 if unknown. */
int64_t modification_timestamp; /**< Time of last modification in microseconds since unix
epoch, -1 if unknown. */