summaryrefslogtreecommitdiff
path: root/pkg/systemd/dbus.go
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2021-10-24 22:23:13 +0200
committerMatthew Heon <matthew.heon@pm.me>2021-11-12 11:08:25 -0500
commit34739f44131e9c493c4021d119c368c82d080c84 (patch)
treea82e1cc011c13455196b26b04505a4e01a4eed90 /pkg/systemd/dbus.go
parentfd010adfdcb6f578623b77281f2ae012bcd1ac85 (diff)
downloadpodman-34739f44131e9c493c4021d119c368c82d080c84.tar.gz
podman-34739f44131e9c493c4021d119c368c82d080c84.tar.bz2
podman-34739f44131e9c493c4021d119c368c82d080c84.zip
Replace 'an user' => 'a user'
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'pkg/systemd/dbus.go')
-rw-r--r--pkg/systemd/dbus.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/systemd/dbus.go b/pkg/systemd/dbus.go
index c49f537b6..04aaa117a 100644
--- a/pkg/systemd/dbus.go
+++ b/pkg/systemd/dbus.go
@@ -84,7 +84,7 @@ func IsSystemdSessionValid(uid int) bool {
return true
}
-// GetDbusConnection returns an user connection to D-BUS
+// GetDbusConnection returns a user connection to D-BUS
func GetLogindConnection(uid int) (*godbus.Conn, error) {
return dbusAuthConnectionLogind(uid)
}