Fix typo in comment
authorMikael Berthe <mikael@lilotux.net>
Mon, 29 May 2017 23:24:18 +0200
changeset 193 f4ac09bc2964
parent 192 87eda713b614
child 194 eb311f4dbf2c
Fix typo in comment
account.go
--- a/account.go	Sun May 28 10:33:27 2017 +0200
+++ b/account.go	Mon May 29 23:24:18 2017 +0200
@@ -217,7 +217,7 @@
 }
 
 // FollowRemoteAccount follows a remote account
-// The parameter 'uri' is a URI (e.mc. "username@domain").
+// The parameter 'uri' is a URI (e.g. "username@domain").
 func (mc *Client) FollowRemoteAccount(uri string) (*Account, error) {
 	if uri == "" {
 		return nil, ErrInvalidID