]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: really
authorJosh Soref <jsoref@users.noreply.github.com>
Mon, 23 May 2022 01:57:39 +0000 (21:57 -0400)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Wed, 8 Mar 2023 13:32:04 +0000 (14:32 +0100)
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
docs/changelog/4.1.rst
pdns/recursordist/docs/changelog/4.1.rst

index fa23a403d9442a1111e873edcf45d030f0f3c488..225a2cb7e0ab3fbc5d981b9cfc6989c329908070 100644 (file)
@@ -671,7 +671,7 @@ Changelogs for 4.1.x
     :tags: Internals, Bug Fixes
     :pullreq: 5917
 
-    Use ``_exit()`` when we really really want to exit, for example
+    Use ``_exit()`` when we *really* want to exit, for example
     after a fatal error. This stops us dying while we die. A call to
     ``exit()`` will trigger destructors, which may paradoxically stop
     the process from exiting, taking down only one thread, but harming
index ee66bbc635b7f3aadab95a938d0c1bfa76a79fd1..a547be8ec4939c6c0c3dcf4acc44902764e73fff 100644 (file)
@@ -832,7 +832,7 @@ See :doc:`EOL Statements <../appendices/EOL>`.
     :tags: Internals, Bug Fixes
     :pullreq: 5917
 
-    Use ``_exit()`` when we really really want to exit, for example
+    Use ``_exit()`` when we *really* want to exit, for example
     after a fatal error. This stops us dying while we die. A call to
     ``exit()`` will trigger destructors, which may paradoxically stop
     the process from exiting, taking down only one thread, but harming