Skip to content

Commit bf40006

Browse files
committed
chore: fix some minor issues in the comments
Signed-off-by: pennylees <techdashen@msn.com>
1 parent 94b6106 commit bf40006

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/ideas/distributed-entropy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ NB: It is obviously out of the question to use the data provided by a single pee
1414

1515
## Why?
1616

17-
A particular device could have an unsafe PRNG for some reason. Mixing random data provided by different devices should prevent an attack baased on PNRG weaknesses specific to a particular device.
17+
A particular device could have an unsafe PRNG for some reason. Mixing random data provided by different devices should prevent an attack based on PNRG weaknesses specific to a particular device.
1818

1919

2020
## To be considered

group_context.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ func (gc *GroupContext) ActivateGroupContext(contactPK crypto.PubKey) (err error
146146
}
147147

148148
// send secret and register key from existing members.
149-
// we should wait until all the events have been retreived.
149+
// we should wait until all the events have been retrieved.
150150
{
151151
var wgExistingMembers sync.WaitGroup
152152

0 commit comments

Comments
 (0)