1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-23 21:54:53 +02:00

Fix typo: 'conjuction' -> 'conjunction'.

Originally committed as revision 17989 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Stefano Sabatini
2009-03-15 16:36:36 +00:00
parent d4b3d0408f
commit 323a8230fb

View File

@@ -24,7 +24,7 @@
#include <stdint.h>
/**
* Gets a seed to use in conjuction with random functions.
* Gets a seed to use in conjunction with random functions.
*/
uint32_t ff_random_get_seed(void);