2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-29 13:07:50 +00:00

spelling: original

This commit is contained in:
Josh Soref 2017-07-23 15:17:59 -04:00
parent d661af2a5e
commit e9754e715d

View File

@ -1955,7 +1955,7 @@ TEST_F(AllocEngine6Test, reuseReclaimedExpiredViaRequest) {
EXPECT_NO_THROW(lease = expectOneLease(engine->allocateLeases6(ctx)));
// Check that he got the orginal lease back.
// Check that he got the original lease back.
ASSERT_TRUE(lease);
EXPECT_EQ(addr, lease->addr_);