Skip to content

Commit 3a05ba1

Browse files
committed
Fix typo in doxygen comment.
1 parent f24bcce commit 3a05ba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/random.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ uint256 GetRandHash();
2626

2727
/**
2828
* Seed insecure_rand using the random pool.
29-
* @param Deterministic Use a determinstic seed
29+
* @param Deterministic Use a deterministic seed
3030
*/
3131
void seed_insecure_rand(bool fDeterministic = false);
3232

0 commit comments

Comments
 (0)