From f215e4fd9042b0fc3a738ba42082f98df0c495bf Mon Sep 17 00:00:00 2001 From: razorkitty Date: Tue, 22 Nov 2022 02:23:03 +0000 Subject: [PATCH] fixed type in comment about DBus --- pkg/mpris/mpris.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/mpris/mpris.go b/pkg/mpris/mpris.go index 196af20..50571bf 100644 --- a/pkg/mpris/mpris.go +++ b/pkg/mpris/mpris.go @@ -15,7 +15,7 @@ var ( onChangeOnce sync.Once ) -// Init makes required connections to DBis and +// Init makes required connections to DBus and // initializes change monitoring channel func Init(ctx context.Context) error { // Connect to session bus for monitoring