Skip to content

Commit

Permalink
maintenance: fix typos in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
janos committed Oct 2, 2019
1 parent 21e0b08 commit 32199ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions maintenance/maintenance.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ func (l stdLogger) Errorf(format string, a ...interface{}) {
log.Printf("ERROR "+format, a...)
}

// Store defines methods that are reqired to check, set and remove
// information wheather the maintenance is on of off.
// Store defines methods that are required to check, set and remove
// information whether the maintenance is on of off.
// Usually only one boolean value is needed to be stored
type Store interface {
// Return true if maintenance is enabled.
Expand Down

0 comments on commit 32199ba

Please sign in to comment.