summaryrefslogtreecommitdiff
path: root/pkg/systemd/notifyproxy
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/systemd/notifyproxy')
-rw-r--r--pkg/systemd/notifyproxy/notifyproxy_test.go2
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:
}