diff options
author | Fredrik Salomonsson <plattfot@gmail.com> | 2020-05-04 11:35:39 -0700 |
---|---|---|
committer | Fredrik Salomonsson <plattfot@gmail.com> | 2020-05-04 11:36:29 -0700 |
commit | 2f5e77e8549feeca3c141398c0b9822a327c5fd5 (patch) | |
tree | c113bfb34328884a5b410bf2c820aa9e170c8a39 /pinentry-rofi.scm | |
parent | aad0b07baa4acd84733a6c81206242a19182a516 (diff) | |
download | pinentry-rofi-2f5e77e8549feeca3c141398c0b9822a327c5fd5.tar.gz |
Fixed typo in the error code
Diffstat (limited to 'pinentry-rofi.scm')
-rwxr-xr-x | pinentry-rofi.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pinentry-rofi.scm b/pinentry-rofi.scm index c494e03..932950f 100755 --- a/pinentry-rofi.scm +++ b/pinentry-rofi.scm @@ -282,7 +282,7 @@ touch-file=/run/user/1000/gnupg/S.gpg-agent" (format log "Unknown command: ~s\n" line) (force-output log))) ;; GPG_ERR_ASS_UNKNOWN_CMD = 275, - (format #t "ERR 27t Unknown command ~s\n" line) + (format #t "ERR 275 Unknown command ~s\n" line) (force-output) (set-pinentry-ok! pinentry #f)))) (when (pinentry-ok pinentry) |