linting: apply misspell

This commit is contained in:
Zach Ramsay
2017-09-05 16:52:25 -04:00
committed by Ethan Buchman
parent 46ccbcbff6
commit 1721543e5c
4 changed files with 4 additions and 4 deletions

View File

@@ -569,7 +569,7 @@ type Channel struct {
func newChannel(conn *MConnection, desc ChannelDescriptor) *Channel {
desc = desc.FillDefaults()
if desc.Priority <= 0 {
cmn.PanicSanity("Channel default priority must be a postive integer")
cmn.PanicSanity("Channel default priority must be a positive integer")
}
return &Channel{
conn: conn,