Unverified Commit 1959dde2 authored by vyzo's avatar vyzo Committed by GitHub
Browse files

Merge pull request #423 from KerwinKoo/master

Just repair spelling mistake
parents 8f826ec2 2ea753ec
......@@ -372,7 +372,7 @@ func (pn *peernet) Notify(f inet.Notifiee) {
pn.notifmu.Unlock()
}
// StopNotify unregisters Notifiee fromr receiving signals
// StopNotify unregisters Notifiee from receiving signals
func (pn *peernet) StopNotify(f inet.Notifiee) {
pn.notifmu.Lock()
delete(pn.notifs, f)
......
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