OSDN Git Service

Fix typo: 'conjuction' -> 'conjunction'.
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Sun, 15 Mar 2009 16:36:36 +0000 (16:36 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Sun, 15 Mar 2009 16:36:36 +0000 (16:36 +0000)
Originally committed as revision 17989 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavutil/random_seed.h

index 7245820..a954381 100644 (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);