commit b326d6f6a1673d8778be26db3831d7115d42c1c4
Author: Sergey Poznyakoff <gray@gnu.org>
Date:   Mon Aug 5 12:19:51 2024 +0300
Forwarded: not-needed

    Fix typo in status string

diff --git a/src/http.c b/src/http.c
index b7d09a7..18dc8f3 100644
--- a/src/http.c
+++ b/src/http.c
@@ -900,7 +900,7 @@ copy_status_string (int rc)
       return "write error";
 
     case COPY_BAD_DATA:
-      return "mailformed data";
+      return "malformed data";
 
     case COPY_TOO_LONG:
       return "line too long";
