Fix typos

This commit is contained in:
Dimitris Apostolou
2018-03-18 16:26:45 +02:00
committed by Dimitris Apostolou
parent 00d1680498
commit 4d9b4256d8
44 changed files with 55 additions and 55 deletions

View File

@@ -32,7 +32,7 @@ void RandAddSeedSleep();
/**
* Function to gather random data from multiple sources, failing whenever any
* of those source fail to provide a result.
* of those sources fail to provide a result.
*/
void GetStrongRandBytes(unsigned char* buf, int num);