]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
fix a terminologic bug
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 10 Dec 2010 20:40:03 +0000 (20:40 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 10 Dec 2010 20:40:03 +0000 (20:40 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10650 d7cf8633-e32d-0410-b094-e92efae38249

crypto.c

index f3259a6f1157152b626b938fc341bc653114651f..4b9d3976ab29fbb9851b118f79dffc63405c9f3e 100644 (file)
--- a/crypto.c
+++ b/crypto.c
@@ -1185,7 +1185,7 @@ static void Crypto_Keys_f(void)
                {
                        Con_Printf("%2d: public key key_%d.d0pk (fingerprint: %s)\n", i, i, pubkeys_fp64[i]);
                        if(pubkeys_havepriv[i])
-                               Con_Printf("   private key key_%d.d0si (fingerprint: %s)\n", i, pubkeys_priv_fp64[i]);
+                               Con_Printf("    private ID key_%d.d0si (fingerprint: %s)\n", i, pubkeys_priv_fp64[i]);
                }
        }
 }