pkg: fix codespell issues

This commit is contained in:
Mario Trangoni
2018-04-13 20:31:29 +02:00
parent 511b34eb5c
commit 91fb2e07ce
22 changed files with 29 additions and 29 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ func (handler *DefaultResultHandler) Handle(evalContext *EvalContext) error {
if err := bus.Dispatch(cmd); err != nil {
if err == m.ErrCannotChangeStateOnPausedAlert {
handler.log.Error("Cannot change state on alert thats pause", "error", err)
handler.log.Error("Cannot change state on alert that's paused", "error", err)
return err
}