Parcourir la source

spelling: exception-was-thrown

Josh Soref il y a 7 ans
Parent
commit
c8c8f91f51
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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.