Protocol: spelling

This commit is contained in:
Dean 2022-08-19 16:54:42 +10:00 committed by mintsuki
parent 08175a307a
commit 0c9bf88a57

View File

@ -286,7 +286,7 @@ This means multiple terminals may be called simultaneously, and multiple
callbacks may be handled simultaneously.
The `terminal` parameter points to the `struct limine_terminal` structure to
use to output the string; the `string` parameter points to a
string to print; the `length` paremeter contains the length, in bytes, of the
string to print; the `length` parameter contains the length, in bytes, of the
string to print.
```c