From 086f5dd28a43fce47a0571e06ac971d22dacd8ff Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Sat, 13 Jul 2024 12:04:47 +0100 Subject: [PATCH] typo fix --- src/vmrcli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vmrcli.c b/src/vmrcli.c index 80e2813..62ff49e 100644 --- a/src/vmrcli.c +++ b/src/vmrcli.c @@ -160,7 +160,7 @@ int main(int argc, char *argv[]) if (rep == -2) log_fatal("Timeout logging into the API."); else - log_fatal("Eror logging into the Voicemeeter API"); + log_fatal("Error logging into the Voicemeeter API"); exit(EXIT_FAILURE); }