Skip to content

Commit

Permalink
Merge pull request #1473 from mattcollier/patch-2
Browse files Browse the repository at this point in the history
Correct typo in code comment.
  • Loading branch information
timoreimann committed Apr 20, 2017
2 parents d866a62 + b7c2e2d commit 809103f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion healthcheck/healthcheck.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
var singleton *HealthCheck
var once sync.Once

// GetHealthCheck Get HealtchCheck Singleton
// GetHealthCheck returns the health check which is guaranteed to be a singleton.
func GetHealthCheck() *HealthCheck {
once.Do(func() {
singleton = newHealthCheck()
Expand Down

0 comments on commit 809103f

Please sign in to comment.