Browse Source

Fixed typos in comments

Just nitpicky typo fixes.
pull/1331/head
Christian Muehlhaeuser 5 years ago
parent
commit
0b40ac2dbc
No known key found for this signature in database
GPG Key ID: 3CF9FA45CA1EBB7E
  1. 2
      server/controller/resource.go
  2. 2
      tests/ci/health/health_test.go

2
server/controller/resource.go

@ -38,7 +38,7 @@ type ResourceController struct {
// For http proxies, forwarding http requests
HttpReverseProxy *vhost.HttpReverseProxy
// For https proxies, route requests to different clients by hostname and other infomation
// For https proxies, route requests to different clients by hostname and other information
VhostHttpsMuxer *vhost.HttpsMuxer
// Controller for nat hole connections

2
tests/ci/health/health_test.go

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

Loading…
Cancel
Save