# HG changeset patch # User stefano # Date 1237134996 0 # Node ID 7af4b9eede260ec861b8b7e69f42d7812d59ed2d # Parent ddffe864f8b2670741391d3ac0aad7dd0ee4f1c1 Fix typo: 'conjuction' -> 'conjunction'. diff -r ddffe864f8b2 -r 7af4b9eede26 random_seed.h --- 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 /** - * 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);