Skip to content

Commit

Permalink
Fix misspelling comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Talento90 committed Apr 21, 2018
1 parent 1e6ba53 commit 0dd01f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion health.go
Expand Up @@ -57,7 +57,7 @@ type Health interface {

// Options of Health instance
type Options struct {
// CheckersTimeout is the timeout value when checking the health of registed checkers
// CheckersTimeout is the timeout value when checking the health of registered checkers
CheckersTimeout time.Duration
}

Expand Down
2 changes: 1 addition & 1 deletion memory.go
Expand Up @@ -26,7 +26,7 @@ type DiffMemoryStatus struct {
type Memory struct {
// Current statistics
Current MemoryStatus `json:"current"`
// Inital statistics when Health was created
// Initial statistics when Health was created
Initial MemoryStatus `json:"initial"`
// Diff statistics between Current - Initial
Diff DiffMemoryStatus `json:"diff"`
Expand Down

0 comments on commit 0dd01f4

Please sign in to comment.