diff options
Diffstat (limited to 'code/client/snd_main.c')
-rw-r--r-- | code/client/snd_main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/code/client/snd_main.c b/code/client/snd_main.c index 2e739da..ea6bbeb 100644 --- a/code/client/snd_main.c +++ b/code/client/snd_main.c @@ -404,9 +404,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" ); } } |