Fix spelling in comment.

This commit is contained in:
Chandler Cox
2025-08-01 15:11:06 -05:00
parent 0dc1e04c89
commit 0e3a22faa0

View File

@@ -167,7 +167,7 @@ void AudioSource::Play()
} }
else else
{ {
// Source was nt properly added to the Audio Backend // Source was not properly added to the Audio Backend
LOG(Warning, "Cannot play uninitialized audio source."); LOG(Warning, "Cannot play uninitialized audio source.");
} }
} }