]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: verify
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 21:21:00 +0000 (17:21 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 21:21:00 +0000 (17:21 -0400)
src/bin/d2/d2_update_message.h
src/bin/d2/tests/d2_update_mgr_unittests.cc
src/bin/d2/tests/nc_trans_unittests.cc

index db56540511dbd2ade8df11b71285f7fb8b9f00f1..ad01a9ce6907ed4c40dc49911e992d68260eb223 100644 (file)
@@ -277,7 +277,7 @@ public:
     /// This function decodes the DNS Update message stored in the buffer
     /// specified by the function argument.  If given a TSIG context, then
     /// the function will first attempt to use that context to verify the
-    /// message signature.  If verification fails a TSIGVefiryError exception
+    /// message signature.  If verification fails a TSIGVerifyError exception
     /// will be thrown. The function then parses message header and extracts
     /// the section counters: ZOCOUNT, PRCOUNT, UPCOUNT and ADCOUNT. Using
     /// these counters, function identifies message sections, which follow
index b1492ca3c4712c7eef549567efbc40e752c49410..b4c5827218f17877e4e2c9e28c215c7035602197 100644 (file)
@@ -485,7 +485,7 @@ TEST_F(D2UpdateMgrTest, checkFinishedTransaction) {
     // Verify that the list of transactions has decreased by two.
     EXPECT_EQ(canned_count_ - 2, update_mgr_->getTransactionCount());
 
-    // Vefity that the transaction list is correct.
+    // Verify that the transaction list is correct.
     EXPECT_TRUE(update_mgr_->hasTransaction(canned_ncrs_[0]->getDhcid()));
     EXPECT_FALSE(update_mgr_->hasTransaction(canned_ncrs_[1]->getDhcid()));
     EXPECT_TRUE(update_mgr_->hasTransaction(canned_ncrs_[2]->getDhcid()));
index 9b10fad888807768ddd6aea57098e427f91bcb30..33fc24be643f8ff15081e882baa0bc4ab054a231 100644 (file)
@@ -836,7 +836,7 @@ TEST_F(NameChangeTransactionTest, failedUpdateTest) {
     // should run up until the "IO" operation is initiated in DOING_UPDATE_ST.
     ASSERT_NO_THROW(name_change->startTransaction());
 
-    // Vefity that the model is running but waiting, and that the forward
+    // Verify that the model is running but waiting, and that the forward
     // change has not been completed.
     EXPECT_TRUE(name_change->isModelRunning());
     EXPECT_TRUE(name_change->isModelWaiting());