]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/tiff_common.h
Merge commit 'c77d409bf95954aceb762dd800d1ee2868c4b0d4'
[ffmpeg] / libavcodec / tiff_common.h
index 2e08caf2f660f05d60e57711c6308da26a43f999..2a2cb3f8e6dc17f2c7da3b594640d91eb30af635 100644 (file)
@@ -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);