From 416788f68b5fcddc13361c78c881e57a80342777 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Mon, 4 Nov 2024 13:10:47 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Remi Gacogne --- pdns/recursordist/docs/upgrade.rst | 2 +- pdns/recursordist/rec_channel_rec.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pdns/recursordist/docs/upgrade.rst b/pdns/recursordist/docs/upgrade.rst index 967e45f3f4..84b2159b5c 100644 --- a/pdns/recursordist/docs/upgrade.rst +++ b/pdns/recursordist/docs/upgrade.rst @@ -10,7 +10,7 @@ When upgrading several versions, please read **all** notes applying to the upgra Changed behaviour ^^^^^^^^^^^^^^^^^ Parsing of old-style settings is no longer enabled by default. -Convert yor settings file to YAML (see :doc:`appendices/yamlconversion`) or pass ``--enable-old-settings`` on the command line. +Convert your settings file to YAML (see :doc:`appendices/yamlconversion`) or pass ``--enable-old-settings`` on the command line. The way :ref:`setting-yaml-incoming.max_tcp_clients` is enforced has changed. If there are too many incoming TCP connections, new connections will be accepted but then closed immediately. diff --git a/pdns/recursordist/rec_channel_rec.cc b/pdns/recursordist/rec_channel_rec.cc index 86d3b906b3..f687658723 100644 --- a/pdns/recursordist/rec_channel_rec.cc +++ b/pdns/recursordist/rec_channel_rec.cc @@ -1886,7 +1886,7 @@ static RecursorControlChannel::Answer help() " notice: queries from cache aren't being counted yet\n" "get-remotelogger-stats get remote logger statistics\n" "hash-password [work-factor] ask for a password then return the hashed version\n" - "help get this list (from the runnig recursor)\n" + "help get this list (from the running recursor)\n" "list-dnssec-algos list supported DNSSEC algorithms\n" "ping check that all threads are alive\n" "quit stop the recursor daemon\n" -- 2.47.2