fix some typo

This commit is contained in:
Akkia
2022-04-10 20:28:22 +08:00
parent 97ef37ac56
commit 91a1e3fe22
4 changed files with 6 additions and 6 deletions

View File

@@ -41,7 +41,7 @@ func GetHost(agentConfig *model.AgentConfig) *model.Host {
hi, _ := host.Info()
var cpuType string
if hi.VirtualizationSystem != "" {
cpuType = "Vrtual"
cpuType = "Virtual"
} else {
cpuType = "Physical"
}