diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2022-08-25 16:31:53 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2022-08-25 16:32:31 -0400 |
commit | 9553f3bafad264367a8a642a17239c0d87c18090 (patch) | |
tree | c359692a1ce8971a63fd9e3a3cf84e2f7b9176fd /pkg/systemd/notifyproxy | |
parent | bb7ae54ef70fb7af401aee3ff20000ae60854e09 (diff) | |
download | podman-9553f3bafad264367a8a642a17239c0d87c18090.tar.gz podman-9553f3bafad264367a8a642a17239c0d87c18090.tar.bz2 podman-9553f3bafad264367a8a642a17239c0d87c18090.zip |
Run codespell
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'pkg/systemd/notifyproxy')
-rw-r--r-- | pkg/systemd/notifyproxy/notifyproxy_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/systemd/notifyproxy/notifyproxy_test.go b/pkg/systemd/notifyproxy/notifyproxy_test.go index edad95659..ce63fc9cd 100644 --- a/pkg/systemd/notifyproxy/notifyproxy_test.go +++ b/pkg/systemd/notifyproxy/notifyproxy_test.go @@ -37,7 +37,7 @@ func TestWaitAndClose(t *testing.T) { time.Sleep(250 * time.Millisecond) select { case err := <-ch: - t.Fatalf("Should stil be waiting but received %v", err) + t.Fatalf("Should still be waiting but received %v", err) default: } |