diff options
Diffstat (limited to 'src/game/g_misc.c')
-rw-r--r-- | src/game/g_misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_misc.c b/src/game/g_misc.c index d7728c89..2cd2dd05 100644 --- a/src/game/g_misc.c +++ b/src/game/g_misc.c @@ -146,7 +146,7 @@ void locateCamera( gentity_t *ent ) owner = G_PickTarget( ent->target ); if( !owner ) { - G_Printf( "Couldn't find target for misc_partal_surface\n" ); + G_Printf( "Couldn't find target for misc_portal_surface\n" ); G_FreeEntity( ent ); return; } |