Fix another issue with a godoc comment.

This commit is contained in:
Josh Rickmar 2013-11-08 14:13:47 -05:00
parent 91b030cb76
commit 38bebf2036

View file

@ -94,7 +94,7 @@ func NewBlockConnectedNtfn(hash string, height int32) *BlockConnectedNtfn {
}
}
// satisifies the Notification interface by returning the id of the
// Id satisifies the Notification interface by returning the id of the
// notification.
func (n *BlockConnectedNtfn) Id() interface{} {
return BlockConnectedNtfnId