Skip to content

Commit 6a10ce2

Browse files
committed
[#3949] Address review comments
Fixed a typo in src/lib/dhcpsrv/tests/d2_client_unittest.cc
1 parent 05159da commit 6a10ce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/dhcpsrv/tests/d2_client_unittest.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ TEST_F(D2ClientMgrParamsTest, adjustDomainNameV4) {
797797
"myhost.example.com.", Option4ClientFqdn::FULL
798798
},
799799
{
800-
"RCM_NEVER #4, partial client name with traling .",
800+
"RCM_NEVER #4, partial client name with trailing .",
801801
D2ClientConfig::RCM_NEVER,
802802
"myhost.", Option4ClientFqdn::PARTIAL,
803803
"myhost.suffix.com.", Option4ClientFqdn::FULL

0 commit comments

Comments
 (0)