diff options
| author | Pieter Wuille <[email protected]> | 2014-11-28 16:22:17 +0100 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2014-11-28 16:22:25 +0100 |
| commit | 5270817180c7caae4d6c1dacb01605483d52eb48 (patch) | |
| tree | 1b8fc9aec2950df7f96055e7cda6f2799b0c48af | |
| parent | Merge pull request #5316 (diff) | |
| parent | Fix typo in doxygen comment. (diff) | |
| download | discoin-5270817180c7caae4d6c1dacb01605483d52eb48.tar.xz discoin-5270817180c7caae4d6c1dacb01605483d52eb48.zip | |
Merge pull request #5365
3a05ba1 Fix typo in doxygen comment. (Pavel JanÃk)
| -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); |