From ec2bbe5995d3a6604b84fc06b2299a63cd49ef1c Mon Sep 17 00:00:00 2001 From: David Reid Date: Fri, 17 Nov 2017 19:18:48 +1000 Subject: [PATCH] Fix typo. --- examples/advanced_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/advanced_config.c b/examples/advanced_config.c index c5c0c951..073b3be1 100644 --- a/examples/advanced_config.c +++ b/examples/advanced_config.c @@ -138,7 +138,7 @@ int main(int argc, char** argv) // This is not used in this example, but mini_al allows you to directly control the device ID that's used // for device selection by mal_device_init(). Below is an example for ALSA. In this example it forces // mal_device_init() to try opening the "hw:0,0" device. This is useful for debugging in case you have - // audio clitches or whatnot with specific devices. + // audio glitches or whatnot with specific devices. #ifdef MAL_SUPPORT_ALSA mal_device_id customDeviceID; if (context.backend == mal_backend_alsa) {