summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonta <359397+Jonta@users.noreply.github.com>2021-12-19 21:39:12 +0100
committerBrian Gianforcaro <b.gianfo@gmail.com>2021-12-19 13:43:34 -0800
commit18dab0384d592938c596cdafeb112ae42ef603d0 (patch)
tree68026c6842216a73bfd26cccad67f106c1afa7cc
parenta875083739c5162e58d4369810471fc39b8096d7 (diff)
downloadserenity-18dab0384d592938c596cdafeb112ae42ef603d0.zip
SystemServer: Fixed grammatical error "a charm"
-rw-r--r--Userland/Services/SystemServer/Service.cpp2
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());