Run codespell on podman

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
Daniel J Walsh
2023-11-06 09:23:16 -06:00
parent d68feff8cc
commit c2de6d34ca
6 changed files with 7 additions and 7 deletions

View File

@ -75,7 +75,7 @@ func (e EventJournalD) Write(ee Event) error {
m["PODMAN_NAME"] = ee.Name
}
// starting with commmit 7e6e267329 we set LogLevel=notice for the systemd healthcheck unit
// starting with commit 7e6e267329 we set LogLevel=notice for the systemd healthcheck unit
// This so it doesn't log the started/stopped unit messages al the time which spam the
// journal if a small interval is used. That however broke the healthcheck event as it no
// longer showed up in podman events when running as root as we only send the event on info