diff options
-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 8dcfb09..c494e03 100755 --- a/pinentry-rofi.scm +++ b/pinentry-rofi.scm @@ -52,7 +52,7 @@ (cancel-button pinentry-cancel-button set-pinentry-cancel-button!)) (define-syntax-rule (set-and-return! val expr) - "Set val to expr and return val" + "Set val to expr and return val." (begin (set! val expr) val)) (define (string-empty? str) |