From 6c90a0756d2feb821b03d55d72bc2cf7b07d9c7d Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Fri, 11 Jan 2019 21:59:44 +0100 Subject: [PATCH] auth: Fix 'minumum' typo in the docs --- docs/settings.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/settings.rst b/docs/settings.rst index 2e7c7ec8ff..3910bc3045 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -1545,7 +1545,7 @@ of reflection attacks. Maximum value is 65535, but values above .. note:: Why 1232? 1232 is the largest number of payload bytes that can fit in the smallest IPv6 packet. - IPv6 has a minumum MTU of 1280 bytes (:rfc:`RFC 8200, section 5 <8200#section-5>`), minus 40 bytes for the IPv6 header, minus 8 bytes for the UDP header gives 1232, the maximum payload size for the DNS response. + IPv6 has a minimum MTU of 1280 bytes (:rfc:`RFC 8200, section 5 <8200#section-5>`), minus 40 bytes for the IPv6 header, minus 8 bytes for the UDP header gives 1232, the maximum payload size for the DNS response. .. _setting-version-string: -- 2.47.2