aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr/ldap.c
diff options
context:
space:
mode:
authorNeal H. Walfield <[email protected]>2015-03-19 10:14:52 +0000
committerNeal H. Walfield <[email protected]>2015-03-23 18:58:30 +0000
commit096f4186c8cba7435105b4731b63aab953eb3ac7 (patch)
tree05a829ad75c5a257cb81c14ad5e650c8fed285d9 /dirmngr/ldap.c
parentImprove documenation of http_parse_uri. (diff)
downloadgnupg-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.c2
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;