]> granicus.if.org Git - pdns/commitdiff
Typo. Thanks @phonedph1
authorFrank Louwers <frank@louwers.be>
Tue, 1 Oct 2019 15:44:38 +0000 (17:44 +0200)
committerFrank Louwers <frank@louwers.be>
Tue, 1 Oct 2019 15:44:38 +0000 (17:44 +0200)
pdns/pdns_recursor.cc

index b28d8700564c09c83facac549aaad908586e8be9..94334b1bcddf4bf1c0f3fc586a8bcc6c155f3964 100644 (file)
@@ -4088,9 +4088,9 @@ static int serviceMain(int argc, char*argv[])
       For years, this was a safe assumption, but containers change that: in
       most (all?) container implementations, the application itself is running
       as pid 1. This means that sending signals to those applications, will not
-      be handled by default. Results might be "you container not responsing
-      when asking it to stop", or "ctrl-c" not working even when the app is
-      running in the foreground inside a container.
+      be handled by default. Results might be "your container not responsing
+      when asking it to stop", or "ctrl-c not working even when the app is
+      running in the foreground inside a container".
 
       So TL;DR: If we're running pid 1 (container), we should handle SIGTERM and SIGINT ourselves */