From 097db9d6aee14a1715448f40b6510b744cbf15df Mon Sep 17 00:00:00 2001 From: Failing Root Date: Sat, 29 Jul 2023 23:22:29 +0800 Subject: [PATCH] fix typo (#482) --- source/manual/ipv6.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/manual/ipv6.rst b/source/manual/ipv6.rst index 63f98d8a..62e031aa 100644 --- a/source/manual/ipv6.rst +++ b/source/manual/ipv6.rst @@ -163,7 +163,7 @@ In case of IPv4, addresses are being provided using a dhcp server, which usually For IPv6 the first service to look at for autoconfigurating clients is the :doc:`/manual/radvd` daemon, which defines how clients receive their routes and how they will receive an addresss. The available options are provided in the referred document. -The :doc:`DCHPv6 server `, when used, can be configured in a similar way as when using IPv4. +The :doc:`DHCPv6 server `, when used, can be configured in a similar way as when using IPv4. Configuration examples