diff options
author | Neal H. Walfield <[email protected]> | 2015-03-19 10:14:52 +0000 |
---|---|---|
committer | Neal H. Walfield <[email protected]> | 2015-03-23 18:58:30 +0000 |
commit | 096f4186c8cba7435105b4731b63aab953eb3ac7 (patch) | |
tree | 05a829ad75c5a257cb81c14ad5e650c8fed285d9 /dirmngr/ldap.c | |
parent | Improve documenation of http_parse_uri. (diff) | |
download | gnupg-096f4186c8cba7435105b4731b63aab953eb3ac7.tar.gz gnupg-096f4186c8cba7435105b4731b63aab953eb3ac7.zip |
Improve spelling and grammar of some comments.
--
Signed-off-by: Neal H. Walfield <[email protected]>
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; |