From e83aa4fcc6e4fe54af9e3bf633b5d69911984379 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Tue, 4 Mar 2003 16:30:51 +0000 Subject: [PATCH] spelling :) --- quakeworld/client.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quakeworld/client.qc b/quakeworld/client.qc index 75d8411..62fabb8 100644 --- a/quakeworld/client.qc +++ b/quakeworld/client.qc @@ -1185,7 +1185,7 @@ void(entity targ, entity attacker) ClientObituary = else deathstring2 = "'s shaft\n"; } else { - deathstring = " dies misteriously "; + deathstring = " dies mysteriously "; deathstring2 = " progs bug\n"; } bprint (PRINT_MEDIUM, targ.netname);