aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPavel Janík <[email protected]>2014-11-25 08:18:33 +0100
committerPavel Janík <[email protected]>2014-11-25 08:18:33 +0100
commit3a05ba1bfcba72bb91643510d96bd2f49a8420bd (patch)
tree307ff573bb314a3db3eb72e316477118912e8837 /src
parentMerge pull request #1816 (diff)
downloaddiscoin-3a05ba1bfcba72bb91643510d96bd2f49a8420bd.tar.xz
discoin-3a05ba1bfcba72bb91643510d96bd2f49a8420bd.zip
Fix typo in doxygen comment.
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);