Skip to content

Commit

Permalink
Merge pull request #12716 from iAziz786/dial-journal-typo
Browse files Browse the repository at this point in the history
systemd: Fix typo in DialJournal documentation
  • Loading branch information
spzala committed Feb 24, 2021
2 parents db8c8c4 + 252dcc9 commit fe277f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/systemd/journal.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit fe277f4

Please sign in to comment.