aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFredrik Salomonsson <plattfot@gmail.com>2020-05-04 11:35:39 -0700
committerFredrik Salomonsson <plattfot@gmail.com>2020-05-04 11:36:29 -0700
commit2f5e77e8549feeca3c141398c0b9822a327c5fd5 (patch)
treec113bfb34328884a5b410bf2c820aa9e170c8a39
parentaad0b07baa4acd84733a6c81206242a19182a516 (diff)
downloadpinentry-rofi-2f5e77e8549feeca3c141398c0b9822a327c5fd5.tar.gz
Fixed typo in the error code
-rwxr-xr-xpinentry-rofi.scm2
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)