From 46bd102e80178abb094b5dac6fe9c476e044eaed Mon Sep 17 00:00:00 2001
From: Nat Goodspeed <nat@lindenlab.com>
Date: Fri, 8 Sep 2023 11:00:16 -0400
Subject: [PATCH] SL-18837: Typo for LLAudioEngine_OpenAL

---
 indra/llaudio/llaudioengine_openal.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/llaudio/llaudioengine_openal.cpp b/indra/llaudio/llaudioengine_openal.cpp
index e6c62caae9a..d2a66c8c0ff 100644
--- a/indra/llaudio/llaudioengine_openal.cpp
+++ b/indra/llaudio/llaudioengine_openal.cpp
@@ -121,7 +121,7 @@ std::string LLAudioEngine_OpenAL::getDriverName(bool verbose)
 
 LLStreamingAudioInterface *LLAudioEngine_OpenAL::createDefaultStreamingAudioImpl() const
 {
-    return new LLStreamingAudio_OpenAL();
+    return new LLAudioEngine_OpenAL();
 }
 
 // virtual
-- 
GitLab