Browse Source

[master] fixed a minor typo in a test name

JINMEI Tatuya 14 years ago
parent
commit
97a0938cfa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dns/tests/tsig_unittest.cc

+ 1 - 1
src/lib/dns/tests/tsig_unittest.cc

@@ -871,7 +871,7 @@ TEST_F(TSIGTest, verifyAfterSendResponse) {
                  TSIGContextError);
 }
 
-TEST_F(TSIGTest, signAterVerified) {
+TEST_F(TSIGTest, signAfterVerified) {
     // Likewise, once the context verifies a response, it shouldn't for
     // signing any more.