Explorar el Código

Update inbound.go (#1925)

Clinet -> Client
Ikko Eltociear Ashimine hace 1 año
padre
commit
0785da7223
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      web/service/inbound.go

+ 1 - 1
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{})