Fix: typo (#246)

This commit is contained in:
comwrg 2019-07-29 10:12:10 +08:00 committed by Dreamacro
parent 271ed2b9c1
commit b75da2c6d8

View file

@ -60,6 +60,6 @@ func (m Mode) String() string {
case Direct:
return "Direct"
default:
return "Unknow"
return "Unknown"
}
}