Skip to content
Prev Previous commit
Next Next commit
[#3860] Spelling
  • Loading branch information
fxdupont committed Aug 22, 2025
commit 1385f1e625df49ab33a3436643fe3cea59a85dad
2 changes: 1 addition & 1 deletion src/hooks/dhcp/radius/tests/attribute_unittests.cc
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ TEST_F(AttributeTest, attrInt) {

// Verifies vendor integer attribute.
TEST_F(AttributeTest, vendorAttrInt) {
// Attibute.
// Attribute.
AttrDefPtr def(new AttrDef(1, "My-Int", PW_TYPE_INTEGER, 2495));
ASSERT_NO_THROW(AttrDefs::instance().add(def));
// Integer constant.
Expand Down