mirror of
https://github.com/fatedier/frp.git
synced 2025-08-02 12:07:20 +00:00
Fixed typos in comments
Just nitpicky typo fixes.
This commit is contained in:
@@ -72,7 +72,7 @@ health_check_url = /health
|
||||
func TestHealthCheck(t *testing.T) {
|
||||
assert := assert.New(t)
|
||||
|
||||
// ****** start backgroud services ******
|
||||
// ****** start background services ******
|
||||
echoSvc1 := mock.NewEchoServer(15001, 1, "echo1")
|
||||
err := echoSvc1.Start()
|
||||
if assert.NoError(err) {
|
||||
|
Reference in New Issue
Block a user