Fix: typo (#246)

This commit is contained in:
gVisor bot 2019-07-29 10:12:10 +08:00
parent 24bd2afbd8
commit 7db0522a51

View file

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