spelling and gofmt

This commit is contained in:
Edmund Huber 2014-03-23 06:48:53 +01:00
parent 34b01b115e
commit 2272aae213
3 changed files with 30 additions and 30 deletions

View File

@ -65,7 +65,7 @@ func (text Text) String() string {
return string(text)
}
// CTCPText is text suitable escaped for CTCP.
// CTCPText is text suitably escaped for CTCP.
type CTCPText string
var ctcpEscaper = strings.NewReplacer("\x00", "\x200", "\n", "\x20n", "\r", "\x20r")