From 906f5720cf0a7680306bfb4377e26ac7116d42eb Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 18 Jan 2023 08:34:58 -0500 Subject: [PATCH] spelling: recorder Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- includes/irrKlang/irrKlang.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/irrKlang/irrKlang.h b/includes/irrKlang/irrKlang.h index 544a7b9..93bf7bb 100644 --- a/includes/irrKlang/irrKlang.h +++ b/includes/irrKlang/irrKlang.h @@ -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; * } *