From 65302d98e1ba584f32c7675d097d2dab7c674605 Mon Sep 17 00:00:00 2001 From: Fabrice Delliaux Date: Sat, 12 Feb 2022 16:21:20 +0100 Subject: [PATCH] error: Fix typo s/suuported/supported --- src/error.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/error.h b/src/error.h index dded9f93d..cc7790a23 100644 --- a/src/error.h +++ b/src/error.h @@ -27,7 +27,7 @@ "argument" #define ERR_BREDR_CONN_ADAPTER_NOT_POWERED "br-connection-adapter-not-"\ "powered" -#define ERR_BREDR_CONN_NOT_SUPPORTED "br-connection-not-suuported" +#define ERR_BREDR_CONN_NOT_SUPPORTED "br-connection-not-supported" #define ERR_BREDR_CONN_BAD_SOCKET "br-connection-bad-socket" #define ERR_BREDR_CONN_MEMORY_ALLOC "br-connection-memory-"\ "allocation" -- 2.47.3