Fix: typo (#281)

This commit is contained in:
comwrg 2019-08-26 12:26:14 +08:00 committed by Dreamacro
parent 48a2013d9c
commit 71f0a4e35e
2 changed files with 2 additions and 2 deletions

View file

@ -103,6 +103,6 @@ func (at AdapterType) String() string {
case LoadBalance:
return "LoadBalance"
default:
return "Unknow"
return "Unknown"
}
}

View file

@ -36,7 +36,7 @@ func (rt RuleType) String() string {
case MATCH:
return "MATCH"
default:
return "Unknow"
return "Unknown"
}
}