aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPieter Wuille <pieter.wuille@gmail.com>2014-11-28 16:22:17 +0100
committerPieter Wuille <pieter.wuille@gmail.com>2014-11-28 16:22:25 +0100
commit5270817180c7caae4d6c1dacb01605483d52eb48 (patch)
tree1b8fc9aec2950df7f96055e7cda6f2799b0c48af
parentd7c8a830c4ca39ae29fcd0abadce4141a28cb04b (diff)
parent3a05ba1bfcba72bb91643510d96bd2f49a8420bd (diff)
downloadbitcoin-5270817180c7caae4d6c1dacb01605483d52eb48.tar.xz
Merge pull request #5365
3a05ba1 Fix typo in doxygen comment. (Pavel Janík)
-rw-r--r--src/random.h2
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);