spelling: pointer

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2023-01-18 08:34:52 -05:00
parent 6f5fd331d8
commit 569dd6a507

View File

@@ -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;