From 4fec172178c3499bf8fc971ed05f13e32b141430 Mon Sep 17 00:00:00 2001 From: David Reid Date: Wed, 8 Nov 2017 21:52:48 +1000 Subject: [PATCH] Typo. --- mini_al.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mini_al.h b/mini_al.h index e3aa7c3c..ba232a00 100644 --- a/mini_al.h +++ b/mini_al.h @@ -10101,7 +10101,7 @@ void mal_pcm_f32_to_s32(int* pOut, const float* pIn, unsigned int count) // change is to give applications better control over context-level properties, add support for backend- // specific configurations, and support extensibility without breaking the API. // - ALSA: By default, device enumeration will now only enumerate over unique card/device pairs. Applications -// can enable verbose device enumeration by setting the alsa.useVerboseDeviceInteration context config +// can enable verbose device enumeration by setting the alsa.useVerboseDeviceEnumeration context config // variable. // - ALSA: By default, the "null" device is excluded from enumeration. This can be changed by setting the // alsa.includeNullDevice context config variable.