From 10618b629b68f882675df8b21dae7f154e60eae2 Mon Sep 17 00:00:00 2001 From: mubiale Date: Mon, 19 Mar 2018 17:33:52 +0800 Subject: [PATCH] fix typo --- v2ray.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 v2ray.go diff --git a/v2ray.go b/v2ray.go old mode 100644 new mode 100755 index f2c782ba2..d68842169 --- a/v2ray.go +++ b/v2ray.go @@ -130,7 +130,7 @@ func (s *Instance) Start() error { } // RegisterFeature registers the given feature into V2Ray. -// If feature is one of the following types, the corressponding feature in this Instance +// If feature is one of the following types, the corresponding feature in this Instance // will be replaced: DNSClient, PolicyManager, Router, Dispatcher, InboundHandlerManager, OutboundHandlerManager. func (s *Instance) RegisterFeature(feature interface{}, instance Feature) error { running := false