Merge pull request #12716 from iAziz786/dial-journal-typo

systemd: Fix typo in DialJournal documentation
This commit is contained in:
Sahdev Zala 2021-02-24 12:24:30 -05:00 committed by GitHub
commit fe277f48ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ package systemd
import "net" import "net"
// DialJournal returns no error if the process can dial journal socket. // 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). // (e.g. run embedded etcd as docker daemon).
// Reference: https://github.com/coreos/go-systemd/blob/master/journal/journal.go. // Reference: https://github.com/coreos/go-systemd/blob/master/journal/journal.go.
func DialJournal() error { func DialJournal() error {