--- 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.34.1