diff options
author | Jonta <359397+Jonta@users.noreply.github.com> | 2021-12-19 21:39:12 +0100 |
---|---|---|
committer | Brian Gianforcaro <b.gianfo@gmail.com> | 2021-12-19 13:43:34 -0800 |
commit | 18dab0384d592938c596cdafeb112ae42ef603d0 (patch) | |
tree | 68026c6842216a73bfd26cccad67f106c1afa7cc /Userland/Services/SystemServer | |
parent | a875083739c5162e58d4369810471fc39b8096d7 (diff) | |
download | serenity-18dab0384d592938c596cdafeb112ae42ef603d0.zip |
SystemServer: Fixed grammatical error "a charm"
Diffstat (limited to 'Userland/Services/SystemServer')
-rw-r--r-- | Userland/Services/SystemServer/Service.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Services/SystemServer/Service.cpp b/Userland/Services/SystemServer/Service.cpp index 877a2f8851..c2821fdbee 100644 --- a/Userland/Services/SystemServer/Service.cpp +++ b/Userland/Services/SystemServer/Service.cpp @@ -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()); |