small tweak to msva return message
authorJameson Rollins <jrollins@finestructure.net>
Thu, 14 Jan 2010 20:57:59 +0000 (15:57 -0500)
committerJameson Rollins <jrollins@finestructure.net>
Thu, 14 Jan 2010 20:57:59 +0000 (15:57 -0500)
msva

diff --git a/msva b/msva
index 1ac8dce6711c91f21bdd658e6d014fbd99268f6a..43bd13b8492b069ea698a2637d16115bb5ce49b4 100755 (executable)
--- a/msva
+++ b/msva
@@ -204,7 +204,7 @@ $rsa_decoder->prepare(q<
         if ($key->{modulus}->copy()->blog(2) < 1000) { # FIXME: this appears to be the full pubkey, including DER overhead
           $ret->{message} = sprintf('public key size is less than 1000 bits (was: %d bits)', $cert->pubkey_size());
         } else {
-          $ret->{message} = sprintf('failed to validate "%s" through the OpenPGP Web of Trust.', $uid);
+          $ret->{message} = sprintf('Failed to validate "%s" through the OpenPGP Web of Trust.', $uid);
 
           my $fh;
           # clean up the path for taint-check mode: