mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 18:28:12 +00:00
SystemServer: Fixed grammatical error "a charm"
This commit is contained in:
parent
a875083739
commit
18dab0384d
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