diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2010-04-17 16:43:15 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2010-04-17 16:43:15 -0400 |
commit | 088bf1f053a42df8276cf15ca87c826bbad0e398 (patch) | |
tree | e63ddb8d7e2c8e8f8b6e564956fdd8c0addeb056 | |
parent | 990913d29e5857f8d042fdc037088c05e70bdfa5 (diff) |
make comment more nit-pickingly accurate
-rw-r--r-- | src/share/common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/share/common b/src/share/common index cabc378..adec5a1 100644 --- a/src/share/common +++ b/src/share/common @@ -602,7 +602,7 @@ gpg_fetch_userid() { # flag:sshKey # # "flag" is an acceptability flag, 0 = ok, 1 = bad -# "sshKey" is the translated gpg key +# "sshKey" is the relevant OpenPGP key, in the form accepted by OpenSSH # # all log output must go to stderr, as stdout is used to pass the # flag:sshKey to the calling function. |