aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPieter Wuille <[email protected]>2014-11-28 16:22:17 +0100
committerPieter Wuille <[email protected]>2014-11-28 16:22:25 +0100
commit5270817180c7caae4d6c1dacb01605483d52eb48 (patch)
tree1b8fc9aec2950df7f96055e7cda6f2799b0c48af /src
parentMerge pull request #5316 (diff)
parentFix typo in doxygen comment. (diff)
downloaddiscoin-5270817180c7caae4d6c1dacb01605483d52eb48.tar.xz
discoin-5270817180c7caae4d6c1dacb01605483d52eb48.zip
Merge pull request #5365
3a05ba1 Fix typo in doxygen comment. (Pavel Janík)
Diffstat (limited to 'src')
-rw-r--r--src/random.h2
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);