From: divverent Date: Fri, 10 Dec 2010 20:40:03 +0000 (+0000) Subject: fix a terminologic bug X-Git-Tag: xonotic-v0.5.0~438^2~191 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=commitdiff_plain;h=7b8dccf0a882a1e9cf7856b7cf3d706a55513917;hp=ef6014027abab4b524993e33b2698426d259804a fix a terminologic bug git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10650 d7cf8633-e32d-0410-b094-e92efae38249 --- 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]); } } }