summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTony J. White <tjw@tjw.org>2006-09-14 20:18:34 +0000
committerTony J. White <tjw@tjw.org>2006-09-14 20:18:34 +0000
commitf2c804e3c66f48ad90eff3908c44a58681e107d5 (patch)
treec8e229236961d9b64be0b460ec3a6289d0912c85 /src
parenta6cafffec826a6c84ae5a4e8fc8c77aad61103f1 (diff)
* "should have ran further" -> "should have run further"
Finally, the grammar police can sleep at night.
Diffstat (limited to 'src')
-rw-r--r--src/cgame/cg_event.c2
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";