mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 09:04:59 +00:00
Userland: Fix typos
This commit is contained in:
parent
971d60c329
commit
6c9bc18a79
6 changed files with 17 additions and 17 deletions
|
@ -80,7 +80,7 @@ static Vector<String> wrap_line(Utf8View const& string, size_t width)
|
|||
in_ansi = true;
|
||||
|
||||
if (!in_ansi)
|
||||
// FIXME: calcuate the printed width of the character.
|
||||
// FIXME: calculate the printed width of the character.
|
||||
offset++;
|
||||
|
||||
if (isalpha(codepoint))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue