This commit is contained in:
Ken Van Hoeylandt 2026-02-09 21:01:53 +01:00
parent 801eacee16
commit a34e059c74

View File

@ -30,7 +30,7 @@ const char* error_to_string(error_t error) {
case ERROR_NOT_ALLOWED:
return "not allowed";
case ERROR_BUFFER_OVERFLOW:
return "buffer overlow";
return "buffer overflow";
default:
return "unknown";
}