From 3c2abb159af95251a4eaeab6d9fd99171a34f141 Mon Sep 17 00:00:00 2001 From: Souhail Ben Belhassen <54601024+Souhail-Bel@users.noreply.github.com> Date: Thu, 5 Feb 2026 17:45:36 +0100 Subject: [PATCH] Fix typo in error message for unsupported platform --- src/http-client-c.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/http-client-c.h b/src/http-client-c.h index 2ce5042..fda353d 100644 --- a/src/http-client-c.h +++ b/src/http-client-c.h @@ -43,7 +43,7 @@ #include #include #else - #error Platform not suppoted. + #error Platform not supported. #endif #include