From: divverent Date: Fri, 10 Dec 2010 20:40:03 +0000 (+0000) Subject: fix a terminologic bug X-Git-Tag: xonotic-v0.1.0preview~24 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=d6a349bd833ef9bdde7147cc195f050ce12d0889;p=xonotic%2Fdarkplaces.git fix a terminologic bug git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10650 d7cf8633-e32d-0410-b094-e92efae38249 ::stable-branch::merge=7b8dccf0a882a1e9cf7856b7cf3d706a55513917 --- diff --git a/crypto.c b/crypto.c index f3259a6f..4b9d3976 100644 --- 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]); } } }