summaryrefslogtreecommitdiff
path: root/src/client/snd_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/snd_main.c')
-rw-r--r--src/client/snd_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/snd_main.c b/src/client/snd_main.c
index 8f09570e..eb31f2d7 100644
--- a/src/client/snd_main.c
+++ b/src/client/snd_main.c
@@ -405,9 +405,9 @@ void S_Init( void )
}
S_SoundInfo( );
- Com_Printf( "Sound intialization successful.\n" );
+ Com_Printf( "Sound initialization successful.\n" );
} else {
- Com_Printf( "Sound intialization failed.\n" );
+ Com_Printf( "Sound initialization failed.\n" );
}
}