From 61f5d4e0278ca21dd505d9bfaadcca14b82c0e21 Mon Sep 17 00:00:00 2001 From: David Reid Date: Sat, 6 Mar 2021 18:55:47 +1000 Subject: [PATCH] Fix a typo. --- research/miniaudio_engine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/research/miniaudio_engine.h b/research/miniaudio_engine.h index b84a9345..b5a8fb5c 100644 --- a/research/miniaudio_engine.h +++ b/research/miniaudio_engine.h @@ -527,7 +527,7 @@ and include the following: | | `MA_NODE_FLAG_CONTINUOUS_PROCESSING`. When this | | | is set, the `ppFramesIn` parameter of the | | | processing callback will be set to NULL when | - | | there are no input frames are. available. When | + | | there are no input frames are available. When | | | this is unset, silence will be posted to the | | | processing callback. | +-----------------------------------------+---------------------------------------------------+