diff options
-rw-r--r-- | src/cgame/cg_event.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cgame/cg_event.c b/src/cgame/cg_event.c index bddc3a61..07bcea9f 100644 --- a/src/cgame/cg_event.c +++ b/src/cgame/cg_event.c @@ -106,7 +106,7 @@ static void CG_Obituary( entityState_t *ent ) message = "was in the wrong place"; break; case MOD_HSPAWN: - message = "should have ran further"; + message = "should have run further"; break; case MOD_ASPAWN: message = "shouldn't have trod in the acid"; |