Browse Source

[4106] Fixed a typo.

Marcin Siodelski 9 years ago
parent
commit
96a612f446
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dhcpsrv/tests/dhcp4o6_ipc_unittest.cc

+ 1 - 1
src/lib/dhcpsrv/tests/dhcp4o6_ipc_unittest.cc

@@ -288,7 +288,7 @@ Dhcp4o6IpcBaseTest::testSendReceive(const uint16_t iterations_num,
         // Check that the interface is correct.
         EXPECT_EQ(concatenate("eth", i % 2), pkt_received->getIface());
 
-        // Check taht the address conveyed is correct.
+        // Check that the address conveyed is correct.
         EXPECT_EQ(concatenate("2001:db8:1::", i),
                   pkt_received->getRemoteAddr().toText());