From 427bed5ddbda78364a066081a7c444e7187eca03 Mon Sep 17 00:00:00 2001 From: Shelikhoo Date: Sat, 13 Aug 2016 22:07:47 +0800 Subject: [PATCH] typo~ --- transport/internet/ws/config_json.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transport/internet/ws/config_json.go b/transport/internet/ws/config_json.go index dbb04cd5..eb479479 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,