diff --git a/plugin.go b/plugin.go index 35115a7..3dae5e9 100644 --- a/plugin.go +++ b/plugin.go @@ -93,7 +93,7 @@ func (p Plugin) Exec() error { } } - log.Println("Successfully executed commnads to all host.") + log.Println("Successfully executed commands to all host.") return nil }