xmpp.go
changeset 59 be6815a9653a
parent 57 e6cb3f049137
child 60 6d4f43f7dc19
--- a/xmpp.go	Thu Jan 05 23:19:42 2012 -0700
+++ b/xmpp.go	Sat Jan 07 20:41:16 2012 -0700
@@ -96,7 +96,7 @@
 }
 var _ io.Closer = &Client{}
 
-// BUG(cjyar) Replace extStanza with a generalized extension interface
+// BUG(cjyar): Replace extStanza with a generalized extension interface
 // that handles starting filters, registering extended stanzes, and
 // anything else an extension has to do.