From 87fb2b7b5a8068f9159c935951afb2c9f508a9d8 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Thu, 3 Jul 2025 10:53:11 +0200 Subject: [PATCH] attrib: Fix typos Found using codespell. --- attrib/att.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attrib/att.c b/attrib/att.c index fa53c90aa..bf98fe2d8 100644 --- a/attrib/att.c +++ b/attrib/att.c @@ -74,7 +74,7 @@ const char *att_ecode2str(uint8_t status) case ATT_ECODE_IO: return "Internal application error: I/O"; case ATT_ECODE_TIMEOUT: - return "A timeout occured"; + return "A timeout occurred"; case ATT_ECODE_ABORTED: return "The operation was aborted"; default: -- 2.47.3