projects
/
monkeysphere-validation-agent.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1aecc73
)
fix typo
author
Jameson Rollins
<jrollins@finestructure.net>
Sat, 25 Dec 2010 19:08:14 +0000
(14:08 -0500)
committer
Jameson Rollins
<jrollins@finestructure.net>
Sat, 25 Dec 2010 19:12:59 +0000
(14:12 -0500)
Crypt/Monkeysphere/MSVA.pm
patch
|
blob
|
history
diff --git
a/Crypt/Monkeysphere/MSVA.pm
b/Crypt/Monkeysphere/MSVA.pm
index b576f981c568dfe36f1661c0ec8da6aa301e50df..255dcc63aa2ee5593b61aad41d16ca0fedb84e74 100755
(executable)
--- a/
Crypt/Monkeysphere/MSVA.pm
+++ b/
Crypt/Monkeysphere/MSVA.pm
@@
-712,7
+712,7
@@
msvalog('verbose', "OpenPGP v4 fingerprint: %s\n",$fpr);
} else {
msvalog('error', "invalid OpenPGP v4 fingerprint: %s\n",$data->{pkc}->{data});
- $ret->{message} = sprintf("Invalid Open
g
PGP v4 fingerprint.");
+ $ret->{message} = sprintf("Invalid OpenPGP v4 fingerprint.");
return $status,$ret;
}
$gpgquery = '0x'.$fpr;