Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
langston-barrett committed Oct 26, 2015
1 parent 396697e commit 6cf03f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checklists/checklists.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func (chklst *Checklist) MakeReport() (anyFailed bool, report string) {
codes := make(chan int)
msgs := make(chan string)
for _, chk := range chklst.Checks {
log.Info("Running checklist " + chk.ID())
log.Info("Running check " + chk.ID())
go func(chk chkutil.Check, codes chan int, msgs chan string) {
log.Debug("Running check " + chk.ID())
code, msg, err := chk.Status()
Expand Down

0 comments on commit 6cf03f6

Please sign in to comment.