From d0ed94ffb5781fdb7bae7c532149f0998d324c96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Laboissi=C3=A8re?= Date: Wed, 2 Dec 2020 14:41:50 +0100 Subject: [PATCH] Fix typo in _stateOpts string --- src/pa_dll_playrec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pa_dll_playrec.c b/src/pa_dll_playrec.c index 245e3e5..7273ea4 100644 --- a/src/pa_dll_playrec.c +++ b/src/pa_dll_playrec.c @@ -81,7 +81,7 @@ const StateOptsStruct _stateOpts[] = { {BASIC_INIT, "Basic initialisation", "This should have started automatically - something must be wrong.", - "This state connot be stopped without clearing the utility from memory."}, + "This state cannot be stopped without clearing the utility from memory."}, {FULL_INIT, "Full initialisation", "Call \"init\" command to run initialisation.",