From b461039f7d3d6f66d27c48b8f668eb1a5aebbf21 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 18 Jan 2023 08:34:36 -0500 Subject: [PATCH] spelling: device Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- includes/irrKlang/ik_ISoundEngine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/irrKlang/ik_ISoundEngine.h b/includes/irrKlang/ik_ISoundEngine.h index c1b3298..048f643 100644 --- a/includes/irrKlang/ik_ISoundEngine.h +++ b/includes/irrKlang/ik_ISoundEngine.h @@ -425,7 +425,7 @@ namespace irrklang void* pALSA_SND_PCM; //! AudioDeviceID handle, this is not null when using the ESOD_CORE_AUDIO audio driver - ik_u32 pCoreAudioDeciceID; + ik_u32 pCoreAudioDeviceID; };