From 569dd6a5074564a1d161a56510fbb91c277b86de Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 18 Jan 2023 08:34:52 -0500 Subject: [PATCH] spelling: pointer 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 2da8aad..a51ba86 100644 --- a/includes/irrKlang/ik_ISound.h +++ b/includes/irrKlang/ik_ISound.h @@ -26,7 +26,7 @@ namespace irrklang public: //! returns source of the sound which stores the filename and other informations about that sound - /** \return Returns the sound source poitner of this sound. May return 0 if the sound source + /** \return Returns the sound source pointer of this sound. May return 0 if the sound source has been removed.*/ virtual ISoundSource* getSoundSource() = 0;