Parcourir la source

spelling: easily

Josh Soref il y a 7 ans
Parent
commit
bf72225b62
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/lib/dhcp/tests/protocol_util_unittest.cc

+ 1 - 1
src/lib/dhcp/tests/protocol_util_unittest.cc

@@ -344,7 +344,7 @@ TEST(ProtocolUtilTest, writeIpUdpHeader) {
     // to the value that we expect to be read from a header since the value
     // read from a header will be IPv4.
     IOAddress src_addr("::1");
-    // Read src address as an array of bytes because it is easely convertible
+    // Read src address as an array of bytes because it is easily convertible
     // to IOAddress object.
     uint8_t src_addr_data[4];
     ASSERT_NO_THROW(