mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:27:44 +00:00
Everywhere: Fix typos
Mostly in comments, but sprintf() now prints "August" instead of "Auguest" so that's something.
This commit is contained in:
parent
7399874479
commit
ef1b21004f
28 changed files with 39 additions and 39 deletions
|
@ -96,7 +96,7 @@ NonnullOwnPtr<Command> Endpoint::read_command()
|
|||
String line(ReadonlyBytes(m_in->read_line(4096).bytes()), Chomp);
|
||||
|
||||
#ifdef UCI_DEBUG
|
||||
dbg() << class_name() << " Recieved UCI Command: " << line;
|
||||
dbg() << class_name() << " Received UCI Command: " << line;
|
||||
#endif
|
||||
|
||||
if (line == "uci") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue