mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-08 17:19:13 +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
Notes:
sideshowbarker
2024-07-19 02:05:56 +09:00
Author: https://github.com/nico
Commit: ef1b21004f
Pull-request: https://github.com/SerenityOS/serenity/pull/3662
28 changed files with 39 additions and 39 deletions
|
@ -93,9 +93,9 @@ void Terminal::alter_mode(bool should_set, bool question_param, const ParamVecto
|
|||
// Hide cursor command, but doesn't need to be run (for now, because
|
||||
// we don't do inverse control codes anyways)
|
||||
if (should_set)
|
||||
dbgprintf("Terminal: Hide Cursor escapecode recieved. Not needed: ignored.\n");
|
||||
dbgprintf("Terminal: Hide Cursor escapecode received. Not needed: ignored.\n");
|
||||
else
|
||||
dbgprintf("Terminal: Show Cursor escapecode recieved. Not needed: ignored.\n");
|
||||
dbgprintf("Terminal: Show Cursor escapecode received. Not needed: ignored.\n");
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue