Fix typo in Audio error log

This commit is contained in:
VNC
2020-12-29 03:20:42 +01:00
parent 3975efc9e4
commit d69bdbe1ef

View File

@@ -127,7 +127,7 @@ void Audio::OnAddListener(AudioListener* listener)
if (Listeners.Count() >= AUDIO_MAX_LISTENERS)
{
LOG(Error, "Unsupported amount of the audio listneres!");
LOG(Error, "Unsupported amount of the audio listeners!");
return;
}