diff options
Diffstat (limited to 'dirmngr/ldap.c')
-rw-r--r-- | dirmngr/ldap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dirmngr/ldap.c b/dirmngr/ldap.c index c59619897..e4c6aa2ff 100644 --- a/dirmngr/ldap.c +++ b/dirmngr/ldap.c @@ -131,7 +131,7 @@ run_ldap_wrapper (ctrl_t ctrl, *reader = NULL; argc = 0; - if (pass) /* Note, that the password most be the first item. */ + if (pass) /* Note, that the password must be the first item. */ { argv[argc++] = "--pass"; argv[argc++] = pass; |