]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: original
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 19:17:59 +0000 (15:17 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 19:17:59 +0000 (15:17 -0400)
src/lib/dhcpsrv/tests/alloc_engine6_unittest.cc

index e722963815c4fcf00e4573292071d390992bd807..e64b9342132e30cc31bf8a0d7931db9457e61fe9 100644 (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_);