From 800ced99bf2c1d27d6255266b19d2116b0583e74 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 18 Jan 2023 08:34:51 -0500 Subject: [PATCH] spelling: obtain Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- includes/irrKlang/irrKlang.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/irrKlang/irrKlang.h b/includes/irrKlang/irrKlang.h index d4f4634..544a7b9 100644 --- a/includes/irrKlang/irrKlang.h +++ b/includes/irrKlang/irrKlang.h @@ -497,7 +497,7 @@ * Gargle, 3DL2Reverb, ParamEq and WavesReverb, when using the sound driver * irrklang::ESOD_DIRECT_SOUND_8, which selected by default when using Windows.
* - * Using the irrklang::ISound interface, you can optain the irrklang::ISoundEffectControl + * Using the irrklang::ISound interface, you can obtain the irrklang::ISoundEffectControl * interface if the sound device supports sound effects and the last parameter ('enableSoundEffects') * was set to true when calling play2D(): *