diff --git a/bindings/notifications.go b/bindings/notifications.go
index 63885e83bd32fae4c37405da4b4b283a84820a19..55d262acaa2d36393e9cc89fab3e4b0ba814cd7a 100644
--- a/bindings/notifications.go
+++ b/bindings/notifications.go
@@ -36,7 +36,7 @@ func (nfmr *NotificationForMeReport) Source() []byte {
 // NotificationForMe Check if a notification received is for me
 // It returns a NotificationForMeReport which contains a ForMe bool stating if it is for the caller,
 // a Type, and a source. These are as follows:
-//	TYPE       	SOURCE				DESCRIPTION
+//	TYPE       	SOURCE			DESCRIPTION
 // 	"default"	recipient user ID	A message with no association
 //	"request"	sender user ID		A channel request has been received
 //	"confirm"	sender user ID		A channel request has been accepted