Fix typos found by codespell

This commit is contained in:
Dimitri Papadopoulos
2023-04-10 22:37:13 +02:00
parent 4d15fe286a
commit 26d20c0b40
3 changed files with 6 additions and 6 deletions

View File

@@ -155,7 +155,7 @@ func (ua *UserActLogProcess) ParseUserAgent(userAgent string) (os_idx, client_id
} else if strings.Contains(userAgent, "anylink") {
client_idx = 3
}
// Verion
// Version
uaSlice := strings.Split(userAgent, " ")
ver = uaSlice[len(uaSlice)-1]
if ver[0] == 'v' {