diff options
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/qa/certext/SanCertExt.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmlsecurity/qa/certext/SanCertExt.cxx b/xmlsecurity/qa/certext/SanCertExt.cxx index 78bff82e53d6..a961f9cb5ab1 100644 --- a/xmlsecurity/qa/certext/SanCertExt.cxx +++ b/xmlsecurity/qa/certext/SanCertExt.cxx @@ -70,7 +70,7 @@ namespace { void test_DNS(); - void test_Direcory(); + void test_Directory(); void test_URI(); @@ -86,7 +86,7 @@ namespace { CPPUNIT_TEST(test_Others); CPPUNIT_TEST(test_RFC822); CPPUNIT_TEST(test_DNS); - CPPUNIT_TEST(test_Direcory); + CPPUNIT_TEST(test_Directory); CPPUNIT_TEST(test_URI); CPPUNIT_TEST(test_IP); CPPUNIT_TEST(test_RID); @@ -203,7 +203,7 @@ namespace { } } - void Test::test_Direcory() { + void Test::test_Directory() { // Not implemented } |