diff options
author | Werner Koch <[email protected]> | 2008-03-06 18:28:47 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2008-03-06 18:28:47 +0000 |
commit | fa800e7c86a9c927af4f46d3a6c0822fcc5dc9dc (patch) | |
tree | 06f650dca629a77b6165821e0bd5aeb9021541dc /common/pka.c | |
parent | Add IF command and new variable functions to gpg-connect-agent. (diff) | |
download | gnupg-fa800e7c86a9c927af4f46d3a6c0822fcc5dc9dc.tar.gz gnupg-fa800e7c86a9c927af4f46d3a6c0822fcc5dc9dc.zip |
Comment fixes.
Convey the new envvars when using simple-pwquery.
Diffstat (limited to '')
-rw-r--r-- | common/pka.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/pka.c b/common/pka.c index e8cdee61e..f592cb037 100644 --- a/common/pka.c +++ b/common/pka.c @@ -98,7 +98,7 @@ parse_txt_record (char *buffer, unsigned char *fpr) On success the 20 byte SHA-1 fingerprint is stored at FPR and the URI will be returned in an allocated buffer. Note that the URI - might be an zero length string as this information is optiobnal. + might be an zero length string as this information is optional. Caller must xfree the returned string. On error NULL is returned and the 20 bytes at FPR are not |