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. | +-----------------------------------------+---------------------------------------------------+