summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cgame/cg_tutorial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cgame/cg_tutorial.c b/src/cgame/cg_tutorial.c
index cbfd24bb..59d83625 100644
--- a/src/cgame/cg_tutorial.c
+++ b/src/cgame/cg_tutorial.c
@@ -207,7 +207,7 @@ static void CG_AlienBuilderText( char *text, playerState_t *ps )
}
Q_strcat( text, MAX_TUTORIAL_TEXT,
- va( "Press %s to lauch a projectile\n",
+ va( "Press %s to launch a projectile\n",
CG_KeyNameForCommand( "+button2" ) ) );
Q_strcat( text, MAX_TUTORIAL_TEXT,