summaryrefslogtreecommitdiff
path: root/src/ui_script.c
diff options
context:
space:
mode:
authorAndrey Nazarov <skuller@skuller.net>2011-02-23 17:19:34 +0300
committerAndrey Nazarov <skuller@skuller.net>2011-02-23 17:19:34 +0300
commit1dfbcf224600569b00bc42f5a3f6330e508e4652 (patch)
treec7d32e3a8e0864577d6ac2dc1f3c992e53b06c6b /src/ui_script.c
parente52bfb617bfde153bb1f0b2c5bc2cdbf60cb153b (diff)
Fix a typo.
Diffstat (limited to 'src/ui_script.c')
-rw-r--r--src/ui_script.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui_script.c b/src/ui_script.c
index f1b2f7f..e656471 100644
--- a/src/ui_script.c
+++ b/src/ui_script.c
@@ -527,7 +527,7 @@ static qboolean Parse_File( const char *path, int depth ) {
return qtrue;
}
-void UI_LoadStript( void ) {
+void UI_LoadScript( void ) {
Parse_File( "q2pro.menu", 0 );
}