Skip to content

Commit

Permalink
Fix typo in documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Ricky White <[email protected]>
  • Loading branch information
Ricky White committed Apr 29, 2024
1 parent 527ca38 commit 3a4a80b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion secret_service/secret_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -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("/") {
Expand Down

0 comments on commit 3a4a80b

Please sign in to comment.