Skip to content

Commit

Permalink
Merge pull request #107 from EndlessTrax/master
Browse files Browse the repository at this point in the history
  • Loading branch information
szuecs authored Apr 30, 2024
2 parents 527ca38 + 3a4a80b commit 28657a5
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 28657a5

Please sign in to comment.