mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-20 07:25:06 +00:00
Typo fix
This commit is contained in:
parent
801eacee16
commit
a34e059c74
@ -30,7 +30,7 @@ const char* error_to_string(error_t error) {
|
|||||||
case ERROR_NOT_ALLOWED:
|
case ERROR_NOT_ALLOWED:
|
||||||
return "not allowed";
|
return "not allowed";
|
||||||
case ERROR_BUFFER_OVERFLOW:
|
case ERROR_BUFFER_OVERFLOW:
|
||||||
return "buffer overlow";
|
return "buffer overflow";
|
||||||
default:
|
default:
|
||||||
return "unknown";
|
return "unknown";
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user