diff --git a/transport/internet/ws/config_json.go b/transport/internet/ws/config_json.go index dbb04cd54..eb479479d 100644 --- a/transport/internet/ws/config_json.go +++ b/transport/internet/ws/config_json.go @@ -10,7 +10,7 @@ func (this *Config) UnmarshalJSON(data []byte) error { Path string `json:"Path"` Pto string `json:"Pto"` Cert string `json:"Cert"` - PrivKey string `json:"PrivKet"` + PrivKey string `json:"PrivKey"` } jsonConfig := &JsonConfig{ ConnectionReuse: true,