Fix typo in DialJournal

This commit is contained in:
Mohammad Aziz
2021-02-24 22:23:27 +05:30
committed by GitHub
parent db8c8c4246
commit 252dcc9bdb

View File

@@ -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 {