diff --git a/plugin/impl.go b/plugin/impl.go index 52e68a3..6798988 100644 --- a/plugin/impl.go +++ b/plugin/impl.go @@ -90,7 +90,7 @@ func (p *Plugin) Execute() error { } if p.settings.SkipMissing && !p.settings.IsFile { - logrus.Printf("comment skipped: 'message' is not a valid path or file does not exist wile 'skip-missing' is enabled") + logrus.Printf("comment skipped: 'message' is not a valid path or file does not exist while 'skip-missing' is enabled") return nil }