summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Laniel <dlaniel@entrouvert.com>2007-04-16 17:02:05 +0000
committerDamien Laniel <dlaniel@entrouvert.com>2007-04-16 17:02:05 +0000
commitbe9039048815db4987568ca6c629a533a08c5ccd (patch)
tree71859a6e21ba2fcb4b771a500882e5ed8276a57c
parent6b4efc38db68018eec0306d08b014e1a080627be (diff)
downloadlasso-be9039048815db4987568ca6c629a533a08c5ccd.tar.gz
lasso-be9039048815db4987568ca6c629a533a08c5ccd.tar.xz
lasso-be9039048815db4987568ca6c629a533a08c5ccd.zip
typo
-rw-r--r--lasso/id-wsf-2.0/discovery.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/lasso/id-wsf-2.0/discovery.c b/lasso/id-wsf-2.0/discovery.c
index a81d50da..f712192c 100644
--- a/lasso/id-wsf-2.0/discovery.c
+++ b/lasso/id-wsf-2.0/discovery.c
@@ -129,7 +129,7 @@ lasso_idwsf2_discovery_process_metadata_register_msg(LassoIdWsf2Discovery *disco
res = lasso_wsf2_profile_process_soap_request_msg(LASSO_WSF2_PROFILE(discovery), message);
/* If the request has been correctly processed, */
- /* put interesting datas into the discovery object */
+ /* put interesting data into the discovery object */
if (res == 0) {
request = LASSO_IDWSF2_DISCO_SVC_MD_REGISTER(
LASSO_WSF2_PROFILE(discovery)->request);
@@ -177,7 +177,7 @@ lasso_idwsf2_discovery_process_metadata_register_response_msg(LassoIdWsf2Discove
res = lasso_wsf2_profile_process_soap_response_msg(LASSO_WSF2_PROFILE(discovery), message);
/* If the response has been correctly processed, */
- /* put interesting datas into the discovery object */
+ /* put interesting data into the discovery object */
if (res == 0) {
response = LASSO_IDWSF2_DISCO_SVC_MD_REGISTER_RESPONSE(
LASSO_WSF2_PROFILE(discovery)->response);
@@ -229,7 +229,7 @@ lasso_idwsf2_discovery_process_metadata_association_add_msg(LassoIdWsf2Discovery
res = lasso_wsf2_profile_process_soap_request_msg(LASSO_WSF2_PROFILE(discovery), message);
/* If the request has been correctly processed, */
- /* put interesting datas into the discovery object */
+ /* put interesting data into the discovery object */
if (res == 0) {
request = LASSO_IDWSF2_DISCO_SVC_MD_ASSOCIATION_ADD(
LASSO_WSF2_PROFILE(discovery)->request);
@@ -272,7 +272,7 @@ lasso_idwsf2_discovery_process_metadata_association_add_response_msg(
res = lasso_wsf2_profile_process_soap_response_msg(LASSO_WSF2_PROFILE(discovery), message);
/* If the response has been correctly processed, */
- /* put interesting datas into the discovery object */
+ /* put interesting data into the discovery object */
if (res == 0) {
response = LASSO_IDWSF2_DISCO_SVC_MD_ASSOCIATION_ADD_RESPONSE(
LASSO_WSF2_PROFILE(discovery)->response);