From 8e5b7a603a1a35c50ebc912932447b7aa4e09fa7 Mon Sep 17 00:00:00 2001 From: Johannes Lorenz <1042576+JohannesLorenz@users.noreply.github.com> Date: Wed, 5 Jun 2019 18:48:03 +0200 Subject: [PATCH] Mixer.cpp: Fix spelling mistake Co-Authored-By: Hyunjin Song --- src/core/Mixer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/Mixer.cpp b/src/core/Mixer.cpp index b3fbb464cb8..ac1aa256455 100644 --- a/src/core/Mixer.cpp +++ b/src/core/Mixer.cpp @@ -578,7 +578,7 @@ void Mixer::changeQuality( const struct qualitySettings & _qs ) void Mixer::doSetAudioDevice( AudioDevice * _dev ) { // TODO: Use shared_ptr here in the future. - // Currently, this is save, because this is only called by + // Currently, this is safe, because this is only called by // ProjectRenderer, and after ProjectRenderer calls this function, // it does not access the old device anymore. if( m_audioDev != m_oldAudioDev ) {delete m_audioDev;}