diff options
author | Pavel Janík <Pavel@Janik.cz> | 2014-11-25 08:18:33 +0100 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2014-11-25 08:18:33 +0100 |
commit | 3a05ba1bfcba72bb91643510d96bd2f49a8420bd (patch) | |
tree | 307ff573bb314a3db3eb72e316477118912e8837 /src/random.h | |
parent | f24bcce2ac3e049142ff077c0de5e40a52e59b5e (diff) |
Fix typo in doxygen comment.
Diffstat (limited to 'src/random.h')
-rw-r--r-- | src/random.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/random.h b/src/random.h index ec73d910c4..aa55ca2b6f 100644 --- a/src/random.h +++ b/src/random.h @@ -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); |