Fix spelling of internal method.

git-svn-id: https://svn.apache.org/repos/asf/santuario/xml-security-cpp/trunk@1825499 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/xsec/xenc/impl/XENCEncryptedTypeImpl.cpp b/xsec/xenc/impl/XENCEncryptedTypeImpl.cpp
index d818562..e1bc092 100644
--- a/xsec/xenc/impl/XENCEncryptedTypeImpl.cpp
+++ b/xsec/xenc/impl/XENCEncryptedTypeImpl.cpp
@@ -293,7 +293,7 @@
 
 		XSECnew(mp_encryptionMethod, XENCEncryptionMethodImpl(mp_env));
 		DOMNode * encryptionMethodNode = 
-			mp_encryptionMethod->createBlankEncryptedMethod(algorithm);
+			mp_encryptionMethod->createBlankEncryptionMethod(algorithm);
 
 		mp_encryptedTypeElement->appendChild(encryptionMethodNode);
 
diff --git a/xsec/xenc/impl/XENCEncryptionMethodImpl.cpp b/xsec/xenc/impl/XENCEncryptionMethodImpl.cpp
index e8c42ad..17a509d 100644
--- a/xsec/xenc/impl/XENCEncryptionMethodImpl.cpp
+++ b/xsec/xenc/impl/XENCEncryptionMethodImpl.cpp
@@ -234,7 +234,7 @@
 //			Create from scratch
 // --------------------------------------------------------------------------------
 
-DOMElement * XENCEncryptionMethodImpl::createBlankEncryptedMethod(const XMLCh * algorithm) {
+DOMElement * XENCEncryptionMethodImpl::createBlankEncryptionMethod(const XMLCh * algorithm) {
 
 	// Get some setup values
 	safeBuffer str;
diff --git a/xsec/xenc/impl/XENCEncryptionMethodImpl.hpp b/xsec/xenc/impl/XENCEncryptionMethodImpl.hpp
index f758197..67e7784 100644
--- a/xsec/xenc/impl/XENCEncryptionMethodImpl.hpp
+++ b/xsec/xenc/impl/XENCEncryptionMethodImpl.hpp
@@ -53,7 +53,7 @@
 	void load();
 
 	// Create from scratch
-	XERCES_CPP_NAMESPACE_QUALIFIER DOMElement * createBlankEncryptedMethod(
+	XERCES_CPP_NAMESPACE_QUALIFIER DOMElement * createBlankEncryptionMethod(
 						const XMLCh * algorithm);
 
 	// Interface