spelling: recorder

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2023-01-18 08:34:58 -05:00
parent 2974edd9d3
commit 906f5720cf

View File

@@ -725,7 +725,7 @@
*
* if (!engine || !recorder)
* {
* printf("Could not create audio engine or audio recoder\n");
* printf("Could not create audio engine or audio recorder\n");
* return 1;
* }
*