Commit 44ba6fe7 authored by Janos Guljas's avatar Janos Guljas

fix a typo in crypto package comment

parent 9122f964
......@@ -30,7 +30,7 @@ func NewAddress(p ecdsa.PublicKey) swarm.Address {
return swarm.NewAddress(keccak256(d))
}
// privateKey holds information about Swarm private key for mashaling.
// privateKey holds information about Swarm private key for marshaling.
type privateKey struct {
Type string `json:"type"`
Key []byte `json:"key"`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment