From 525775038cd74cc746dfa9cb5912bffa7e516632 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 18 Jan 2023 08:34:56 -0500 Subject: [PATCH] spelling: receiver Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- includes/irrKlang/ik_ISound.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/irrKlang/ik_ISound.h b/includes/irrKlang/ik_ISound.h index a51ba86..320e72e 100644 --- a/includes/irrKlang/ik_ISound.h +++ b/includes/irrKlang/ik_ISound.h @@ -185,7 +185,7 @@ namespace irrklang should be as long valid as the sound exists or another stop event receiver is set. Set this to null to set no sound stop event receiver. \param userData: A iser data pointer, can be null. */ - virtual void setSoundStopEventReceiver(ISoundStopEventReceiver* reciever, void* userData=0) = 0; + virtual void setSoundStopEventReceiver(ISoundStopEventReceiver* receiver, void* userData=0) = 0; }; } // end namespace irrklang