diff --git a/sdk/android-ios/dns.go b/sdk/android-ios/dns.go index b08290d..375016d 100644 --- a/sdk/android-ios/dns.go +++ b/sdk/android-ios/dns.go @@ -117,7 +117,7 @@ func (s *DNS) StopService() { if e != nil { s.log.Printf("stop dns service crashed,%s", e) } else { - s.log.Printf("service dns stoped") + s.log.Printf("service dns stopped") } }() Stop(s.serviceKey) diff --git a/services/http/http.go b/services/http/http.go index efdde0d..0d33093 100644 --- a/services/http/http.go +++ b/services/http/http.go @@ -185,7 +185,7 @@ func (s *HTTP) StopService() { if e != nil { s.log.Printf("stop http(s) service crashed,%s", e) } else { - s.log.Printf("service http(s) stoped") + s.log.Printf("service http(s) stopped") } }() s.isStop = true diff --git a/services/mux/mux_bridge.go b/services/mux/mux_bridge.go index 73ed365..5268151 100644 --- a/services/mux/mux_bridge.go +++ b/services/mux/mux_bridge.go @@ -80,7 +80,7 @@ func (s *MuxBridge) StopService() { if e != nil { s.log.Printf("stop bridge service crashed,%s", e) } else { - s.log.Printf("service bridge stoped") + s.log.Printf("service bridge stopped") } }() s.isStop = true diff --git a/services/mux/mux_client.go b/services/mux/mux_client.go index b5c263a..3b55819 100644 --- a/services/mux/mux_client.go +++ b/services/mux/mux_client.go @@ -73,7 +73,7 @@ func (s *MuxClient) StopService() { if e != nil { s.log.Printf("stop client service crashed,%s", e) } else { - s.log.Printf("service client stoped") + s.log.Printf("service client stopped") } }() s.isStop = true diff --git a/services/mux/mux_server.go b/services/mux/mux_server.go index 5f34715..d6ebef8 100644 --- a/services/mux/mux_server.go +++ b/services/mux/mux_server.go @@ -182,7 +182,7 @@ func (s *MuxServer) StopService() { if e != nil { s.log.Printf("stop server service crashed,%s", e) } else { - s.log.Printf("service server stoped") + s.log.Printf("service server stopped") } }() s.isStop = true diff --git a/services/socks/socks.go b/services/socks/socks.go index 0eca018..b7856f2 100644 --- a/services/socks/socks.go +++ b/services/socks/socks.go @@ -191,7 +191,7 @@ func (s *Socks) StopService() { if e != nil { s.log.Printf("stop socks service crashed,%s", e) } else { - s.log.Printf("service socks stoped") + s.log.Printf("service socks stopped") } }() s.isStop = true diff --git a/services/sps/sps.go b/services/sps/sps.go index 8060987..343f69b 100644 --- a/services/sps/sps.go +++ b/services/sps/sps.go @@ -130,7 +130,7 @@ func (s *SPS) StopService() { if e != nil { s.log.Printf("stop sps service crashed,%s", e) } else { - s.log.Printf("service sps stoped") + s.log.Printf("service sps stopped") } }() for _, sc := range s.serverChannels { diff --git a/services/tcp/tcp.go b/services/tcp/tcp.go index 652b539..8f7dd75 100644 --- a/services/tcp/tcp.go +++ b/services/tcp/tcp.go @@ -74,7 +74,7 @@ func (s *TCP) StopService() { if e != nil { s.log.Printf("stop tcp service crashed,%s", e) } else { - s.log.Printf("service tcp stoped") + s.log.Printf("service tcp stopped") } }() s.isStop = true diff --git a/services/tunnel/tunnel_bridge.go b/services/tunnel/tunnel_bridge.go index 8f27284..d409a61 100644 --- a/services/tunnel/tunnel_bridge.go +++ b/services/tunnel/tunnel_bridge.go @@ -70,7 +70,7 @@ func (s *TunnelBridge) StopService() { if e != nil { s.log.Printf("stop tbridge service crashed,%s", e) } else { - s.log.Printf("service tbridge stoped") + s.log.Printf("service tbridge stopped") } }() s.isStop = true diff --git a/services/tunnel/tunnel_client.go b/services/tunnel/tunnel_client.go index 6e80dfd..d759e2e 100644 --- a/services/tunnel/tunnel_client.go +++ b/services/tunnel/tunnel_client.go @@ -70,7 +70,7 @@ func (s *TunnelClient) StopService() { if e != nil { s.log.Printf("stop tclient service crashed,%s", e) } else { - s.log.Printf("service tclient stoped") + s.log.Printf("service tclient stopped") } }() s.isStop = true diff --git a/services/tunnel/tunnel_server.go b/services/tunnel/tunnel_server.go index 594033e..858f168 100644 --- a/services/tunnel/tunnel_server.go +++ b/services/tunnel/tunnel_server.go @@ -183,7 +183,7 @@ func (s *TunnelServer) StopService() { if e != nil { s.log.Printf("stop server service crashed,%s", e) } else { - s.log.Printf("service server stoped") + s.log.Printf("service server stopped") } }() s.isStop = true diff --git a/services/udp/udp.go b/services/udp/udp.go index a9388e2..cf2d46f 100644 --- a/services/udp/udp.go +++ b/services/udp/udp.go @@ -73,7 +73,7 @@ func (s *UDP) StopService() { if e != nil { s.log.Printf("stop udp service crashed,%s", e) } else { - s.log.Printf("service udp stoped") + s.log.Printf("service udp stopped") } }() s.isStop = true