diff options
| author | Ikko Eltociear Ashimine <eltociear@gmail.com> | 2024-02-27 14:33:37 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-27 14:33:37 +0300 |
| commit | 0785da7223f22d2237473dbbc38b9f2afd92c6fb (patch) | |
| tree | f1ff7938a2582f4b2cbf0d99c43bb208fd27d71f /web | |
| parent | 2f1aad3e636a8ae7a2706051137cac6ed9916391 (diff) | |
Update inbound.go (#1925)
Clinet -> Client
Diffstat (limited to 'web')
| -rw-r--r-- | web/service/inbound.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/service/inbound.go b/web/service/inbound.go index f637c0b2..a103e256 100644 --- a/web/service/inbound.go +++ b/web/service/inbound.go @@ -1814,7 +1814,7 @@ func (s *InboundService) MigrationRequirements() { json.Unmarshal([]byte(inbounds[inbound_index].Settings), &settings) clients, ok := settings["clients"].([]interface{}) if ok { - // Fix Clinet configuration problems + // Fix Client configuration problems var newClients []interface{} for client_index := range clients { c := clients[client_index].(map[string]interface{}) |
