Fixed typos in comments

Just nitpicky typo fixes.
This commit is contained in:
Christian Muehlhaeuser
2019-07-19 12:40:14 +02:00
parent e611c44dea
commit 0b40ac2dbc
2 changed files with 2 additions and 2 deletions

View File

@@ -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) {