From 38bebf2036657c407ba9b1f319c1dd4bb6c380ed Mon Sep 17 00:00:00 2001 From: Josh Rickmar Date: Fri, 8 Nov 2013 14:13:47 -0500 Subject: [PATCH] Fix another issue with a godoc comment. --- notifications.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notifications.go b/notifications.go index 609d28b0..3f134963 100644 --- a/notifications.go +++ b/notifications.go @@ -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