summaryrefslogtreecommitdiff
path: root/libavcodec/tiff_common.h
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2013-09-15 21:32:42 +0200
committerClément Bœsch <u@pkh.me>2013-09-15 21:32:42 +0200
commit04427182bc010af1e023e9815be83af715699734 (patch)
tree5953923917fcfc6cf44286eafe8ef7d99382e50e /libavcodec/tiff_common.h
parent24678a61d9f1de12efe50170b9285c5bf6392930 (diff)
avcodec: typo fix sepera* → separa*
Diffstat (limited to 'libavcodec/tiff_common.h')
-rw-r--r--libavcodec/tiff_common.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libavcodec/tiff_common.h b/libavcodec/tiff_common.h
index 2e08caf2f6..2a2cb3f8e6 100644
--- a/libavcodec/tiff_common.h
+++ b/libavcodec/tiff_common.h
@@ -80,22 +80,22 @@ double ff_tget_double(GetByteContext *gb, int le);
unsigned ff_tget(GetByteContext *gb, int type, int le);
/** Returns an allocated string containing count
- * rational values using the given seperator.
+ * rational values using the given separator.
*/
char *ff_trationals2str(int *rp, int count, const char *sep);
/** Returns an allocated string containing count
- * long values using the given seperator.
+ * long values using the given separator.
*/
char *ff_tlongs2str(int32_t *lp, int count, const char *sep);
/** Returns an allocated string containing count
- * double values using the given seperator.
+ * double values using the given separator.
*/
char *ff_tdoubles2str(double *dp, int count, const char *sep);
/** Returns an allocated string containing count
- * short values using the given seperator.
+ * short values using the given separator.
*/
char *ff_tshorts2str(int16_t *sp, int count, const char *sep);