Browse Source

fix grammar issue (#1850) (#1852)

Albert Zhao 5 năm trước cách đây
mục cha
commit
b23548eeff
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      utils/vhost/https.go

+ 1 - 1
utils/vhost/https.go

@@ -176,7 +176,7 @@ func readHandshake(rd io.Reader) (host string, err error) {
 		}
 		data = data[length:]
 	}
-	err = fmt.Errorf("Unknow error")
+	err = fmt.Errorf("Unknown error")
 	return
 }