Browse Source

spelling: easily

Josh Soref 7 years ago
parent
commit
bf72225b62
1 changed files with 1 additions and 1 deletions
  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(