From fdefda9cbe9aeefef276c25cf6b0a907b58604ea Mon Sep 17 00:00:00 2001 From: Thomas Markwalder Date: Thu, 19 May 2022 13:47:54 -0400 Subject: [PATCH] [#2354] Fixed a typo in ARM modified: hooks-ddns-tuning.rst --- doc/sphinx/arm/hooks-ddns-tuning.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sphinx/arm/hooks-ddns-tuning.rst b/doc/sphinx/arm/hooks-ddns-tuning.rst index e1e0e80ec9..a1a51024fb 100644 --- a/doc/sphinx/arm/hooks-ddns-tuning.rst +++ b/doc/sphinx/arm/hooks-ddns-tuning.rst @@ -70,7 +70,7 @@ global expression for that subnet. An example subnet expression is shown below: // This is a subnet-specific user context. "user-context": { "ddns-tuning:" { - "hostame-expr": "'guest-'+Int8ToText(substring(pkt4.yiaddr, 0,1))+'-' \ + "hostname-expr": "'guest-'+Int8ToText(substring(pkt4.yiaddr, 0,1))+'-' \ +Int8ToText(substring(pkt4.yiaddr, 1,2))+'-' \ +Int8ToText(substring(pkt4.yiaddr, 2,3))+'-' \ +Int8ToText(substring(pkt4.yiaddr, 3,4))",