mirror of
https://github.com/RGBCube/serenity
synced 2025-05-16 23:25:06 +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
|
@ -1757,7 +1757,7 @@ void Parser::consume_or_insert_semicolon()
|
|||
return;
|
||||
}
|
||||
// Insert semicolon if...
|
||||
// ...token is preceeded by one or more newlines
|
||||
// ...token is preceded by one or more newlines
|
||||
if (m_parser_state.m_current_token.trivia().contains('\n'))
|
||||
return;
|
||||
// ...token is a closing curly brace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue