Merge pull request #5365

3a05ba1 Fix typo in doxygen comment. (Pavel Janík)
This commit is contained in:
Pieter Wuille 2014-11-28 16:22:17 +01:00
commit 5270817180
No known key found for this signature in database
GPG Key ID: 57896D2FF8F0B657
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ uint256 GetRandHash();
/**
* Seed insecure_rand using the random pool.
* @param Deterministic Use a determinstic seed
* @param Deterministic Use a deterministic seed
*/
void seed_insecure_rand(bool fDeterministic = false);