Browse Source

spelling: original

Josh Soref 7 years ago
parent
commit
e9754e715d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dhcpsrv/tests/alloc_engine6_unittest.cc

+ 1 - 1
src/lib/dhcpsrv/tests/alloc_engine6_unittest.cc

@@ -1955,7 +1955,7 @@ TEST_F(AllocEngine6Test, reuseReclaimedExpiredViaRequest) {
 
 
     EXPECT_NO_THROW(lease = expectOneLease(engine->allocateLeases6(ctx)));
     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);
     ASSERT_TRUE(lease);
     EXPECT_EQ(addr, lease->addr_);
     EXPECT_EQ(addr, lease->addr_);