From 16e972c148b36f69dbc32cfa3d826a9f0e8a324e Mon Sep 17 00:00:00 2001 From: brent s Date: Mon, 13 Dec 2021 05:50:05 -0500 Subject: [PATCH] typo --- funcs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/funcs.go b/funcs.go index 0cba2d2..f0ebd6a 100644 --- a/funcs.go +++ b/funcs.go @@ -118,7 +118,7 @@ func pathsFromPath(bus dbus.BusObject, path string) (paths []dbus.ObjectPath, er /* NameFromPath returns an actual name (as it appears in Dbus) from a dbus.ObjectPath. - Note that you can get any object's dbus.ObjectPath via .Dbus.Path(). path is validated to ensure it is not an empty string. */ func NameFromPath(path dbus.ObjectPath) (name string, err error) {