diff options
author | Moritz Lüdecke <ritze@skweez.net> | 2019-01-24 19:18:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-24 19:18:24 +0100 |
commit | 73fb6de7b8996c11f942adfbf3643df9cc9e1c78 (patch) | |
tree | 88eee5d3f14d4fbe1fa6624616f76c41bcf8e743 /pinentry-dmenu.c | |
parent | 0e8cec2f5585da578d4e28efc9870945662de3f5 (diff) | |
parent | 63cd546e514cc0ba58700cfb8e088afbca86a4da (diff) |
Merge pull request #4 from maximbaz/typo-bottom
Fix typo in the config 'bottom'
Diffstat (limited to 'pinentry-dmenu.c')
-rw-r--r-- | pinentry-dmenu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pinentry-dmenu.c b/pinentry-dmenu.c index 27d097b..18abf74 100644 --- a/pinentry-dmenu.c +++ b/pinentry-dmenu.c @@ -738,7 +738,7 @@ main(int argc, char *argv[]) { if (config_lookup_string(&cfg, "asterisk", &str)) { asterisk = str; } - if (config_lookup_bool(&cfg, "buttom", &bval)) { + if (config_lookup_bool(&cfg, "bottom", &bval)) { bottom = bval; } if (config_lookup_int(&cfg, "min_password_length", &val)) { |