Skip to content

Commit 28657a5

Browse files
authored
Merge pull request #107 from EndlessTrax/master
2 parents 527ca38 + 3a4a80b commit 28657a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

secret_service/secret_service.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ func (s *SecretService) CreateItem(collection dbus.BusObject, label string, attr
182182
}
183183

184184
// handlePrompt checks if a prompt should be handles and handles it by
185-
// triggering the prompt and waiting for the Sercret service daemon to display
185+
// triggering the prompt and waiting for the Secret service daemon to display
186186
// the prompt to the user.
187187
func (s *SecretService) handlePrompt(prompt dbus.ObjectPath) (bool, dbus.Variant, error) {
188188
if prompt != dbus.ObjectPath("/") {

0 commit comments

Comments
 (0)