From 3a4a80b74d6a2cfc924526bea282b5ae6f5da9ce Mon Sep 17 00:00:00 2001 From: Ricky White Date: Mon, 29 Apr 2024 14:34:41 -0400 Subject: [PATCH] Fix typo in documentation Signed-off-by: Ricky White --- secret_service/secret_service.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/secret_service/secret_service.go b/secret_service/secret_service.go index c346271..4acce61 100644 --- a/secret_service/secret_service.go +++ b/secret_service/secret_service.go @@ -182,7 +182,7 @@ func (s *SecretService) CreateItem(collection dbus.BusObject, label string, attr } // handlePrompt checks if a prompt should be handles and handles it by -// triggering the prompt and waiting for the Sercret service daemon to display +// triggering the prompt and waiting for the Secret service daemon to display // the prompt to the user. func (s *SecretService) handlePrompt(prompt dbus.ObjectPath) (bool, dbus.Variant, error) { if prompt != dbus.ObjectPath("/") {