mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 02:59:45 +00:00
SystemServer: Fixed grammatical error "a charm"
This commit is contained in:
parent
a875083739
commit
18dab0384d
Notes:
sideshowbarker
2024-07-17 22:35:21 +09:00
Author: https://github.com/Jonta
Commit: 18dab0384d
Pull-request: https://github.com/SerenityOS/serenity/pull/11317
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ void Service::did_exit(int exit_code)
|
|||
dbgln("Trying again");
|
||||
break;
|
||||
case 1:
|
||||
dbgln("Third time's a charm?");
|
||||
dbgln("Third time's the charm?");
|
||||
break;
|
||||
default:
|
||||
dbgln("Giving up on {}. Good luck!", name());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue