diff options
| author | Pavel Janík <[email protected]> | 2014-11-25 08:18:33 +0100 |
|---|---|---|
| committer | Pavel Janík <[email protected]> | 2014-11-25 08:18:33 +0100 |
| commit | 3a05ba1bfcba72bb91643510d96bd2f49a8420bd (patch) | |
| tree | 307ff573bb314a3db3eb72e316477118912e8837 /src | |
| parent | Merge pull request #1816 (diff) | |
| download | discoin-3a05ba1bfcba72bb91643510d96bd2f49a8420bd.tar.xz discoin-3a05ba1bfcba72bb91643510d96bd2f49a8420bd.zip | |
Fix typo in doxygen comment.
Diffstat (limited to 'src')
| -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 ec73d910c..aa55ca2b6 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); |