changeset 694:7af4b9eede26 libavutil

Fix typo: 'conjuction' -> 'conjunction'.
author stefano
date Sun, 15 Mar 2009 16:36:36 +0000
parents ddffe864f8b2
children bb17c851dfde
files random_seed.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/random_seed.h	Sat Mar 14 23:00:57 2009 +0000
+++ b/random_seed.h	Sun Mar 15 16:36:36 2009 +0000
@@ -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);