Browse Source

spelling: exception-was-thrown

Josh Soref 7 years ago
parent
commit
c8c8f91f51
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dhcp/tests/iface_mgr_unittest.cc

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

@@ -2124,7 +2124,7 @@ TEST_F(IfaceMgrTest, iface_methods) {
         OutOfRange
     );
 
-    // MAC length should stay not set as excep
+    // MAC length should stay not set as exception was thrown.
     EXPECT_EQ(0, iface.getMacLen());
 
     // Setting maximum length MAC should be ok.