From 252dcc9bdbb1d71e4ce7643e408ea0131b3c2f39 Mon Sep 17 00:00:00 2001 From: Mohammad Aziz Date: Wed, 24 Feb 2021 22:23:27 +0530 Subject: [PATCH] Fix typo in DialJournal --- pkg/systemd/journal.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/systemd/journal.go b/pkg/systemd/journal.go index b861c6942..494ce372e 100644 --- a/pkg/systemd/journal.go +++ b/pkg/systemd/journal.go @@ -17,7 +17,7 @@ package systemd import "net" // DialJournal returns no error if the process can dial journal socket. -// Returns an error if dial failed, whichi indicates journald is not available +// Returns an error if dial failed, which indicates journald is not available // (e.g. run embedded etcd as docker daemon). // Reference: https://github.com/coreos/go-systemd/blob/master/journal/journal.go. func DialJournal() error {