summaryrefslogtreecommitdiff
path: root/src/game
diff options
context:
space:
mode:
authorChristopher Schwarz <lakitu7@gmail.com>2009-10-03 12:35:58 +0000
committerTim Angus <tim@ngus.net>2013-01-03 00:16:06 +0000
commitdee62e154291901073895a55715124061c61de03 (patch)
treea0fd5ffd7912b5973d80f25f747aaf19cefa0fc1 /src/game
parentdc8cf306d9a153500682f8f39f4ea0a97f73a599 (diff)
* (bug 2803) Tighten some spelling/grammar/typos in various places (Phil Bordelon, Ben Millwood)
Diffstat (limited to 'src/game')
-rw-r--r--src/game/g_admin.c4
-rw-r--r--src/game/g_cmds.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/game/g_admin.c b/src/game/g_admin.c
index d7eae042..8c3e2c7e 100644
--- a/src/game/g_admin.c
+++ b/src/game/g_admin.c
@@ -2584,7 +2584,7 @@ qboolean G_admin_help( gentity_t *ent, int skiparg )
{
if( !G_admin_permission( ent, g_admin_cmds[ i ].flag[ 0 ] ) )
{
- ADMBP( va( "^3!help: ^7you have no permission to use '%s'\n",
+ ADMBP( va( "^3!help: ^7you do not have permission to use '%s'\n",
g_admin_cmds[ i ].keyword ) );
ADMBP_end();
return qfalse;
@@ -2605,7 +2605,7 @@ qboolean G_admin_help( gentity_t *ent, int skiparg )
{
if( !admin_command_permission( ent, g_admin_commands[ i ]->command ) )
{
- ADMBP( va( "^3!help: ^7you have no permission to use '%s'\n",
+ ADMBP( va( "^3!help: ^7you do not have permission to use '%s'\n",
g_admin_commands[ i ]->command ) );
ADMBP_end();
return qfalse;
diff --git a/src/game/g_cmds.c b/src/game/g_cmds.c
index deb45159..ae48940d 100644
--- a/src/game/g_cmds.c
+++ b/src/game/g_cmds.c
@@ -512,7 +512,7 @@ void Cmd_Kill_f( gentity_t *ent )
{
if( ent->client->ps.stats[ STAT_STATE ] & SS_HOVELING )
{
- trap_SendServerCommand( ent-g_entities, "print \"Leave the hovel first (use your destroy key)\n\"" );
+ trap_SendServerCommand( ent-g_entities, "print \"Leave the Hovel first (use your destroy key)\n\"" );
return;
}