From f5d1194e3672969fba75faeb656e2710b90c29b8 Mon Sep 17 00:00:00 2001 From: Marcin Siodelski Date: Tue, 24 Oct 2017 18:54:27 +0200 Subject: [PATCH] [5365] Typo corrected. --- src/bin/dhcp4/tests/dhcp4_srv_unittest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/dhcp4/tests/dhcp4_srv_unittest.cc b/src/bin/dhcp4/tests/dhcp4_srv_unittest.cc index 96e458c8b3..6eb8ca55e8 100644 --- a/src/bin/dhcp4/tests/dhcp4_srv_unittest.cc +++ b/src/bin/dhcp4/tests/dhcp4_srv_unittest.cc @@ -3146,7 +3146,7 @@ TEST_F(Dhcpv4SrvTest, clientOption43FailRaw) { // The vendor-encapsulated-options has an incompatible data // so won't have the expected content. Here the processing - // of suboptions tries to unpack the uitn32 foo suboption and + // of suboptions tries to unpack the uint32 foo suboption and // raises an exception. string config = "{ \"interfaces-config\": {" " \"interfaces\": [ \"*\" ] }, " -- 2.47.2