diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2005-01-20 13:25:11 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2005-01-20 13:25:11 +0000 |
| commit | 522c42f3f74f37aa2edbee87d8e7ea7f5a068674 (patch) | |
| tree | 6b94b58a47c6ae0b4ed0ea9654a55ac519faa7d1 | |
| parent | d01961c2696f4b6676df3e6e2f3180514ec08934 (diff) | |
| download | lasso-522c42f3f74f37aa2edbee87d8e7ea7f5a068674.tar.gz lasso-522c42f3f74f37aa2edbee87d8e7ea7f5a068674.tar.xz lasso-522c42f3f74f37aa2edbee87d8e7ea7f5a068674.zip | |
corrected spelling of optionally.
| -rw-r--r-- | lasso/id-ff/defederation.c | 8 | ||||
| -rw-r--r-- | lasso/id-ff/logout.c | 4 | ||||
| -rw-r--r-- | lasso/id-ff/name_registration.c | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/lasso/id-ff/defederation.c b/lasso/id-ff/defederation.c index 926806fb..3b815b2f 100644 --- a/lasso/id-ff/defederation.c +++ b/lasso/id-ff/defederation.c @@ -42,13 +42,13 @@ * <itemizedlist> * <listitem><para> * if it is a SOAP method, then it builds the federation termination - * notification SOAP message, optionaly signs the notification node, set the + * notification SOAP message, optionally signs the notification node, set the * msg_body attribute, gets the SoapEndpoint url and set the msg_url * attribute of the federation termination object. * </para></listitem> * <listitem><para> * if it is a HTTP-Redirect method, then it builds the federation termination - * notification QUERY message (optionaly signs the notification message), + * notification QUERY message (optionally signs the notification message), * builds the federation termination notification url with federation * termination service url, set the msg_url attribute of the federation * termination object, set the msg_body to NULL @@ -91,7 +91,7 @@ lasso_defederation_build_notification_msg(LassoDefederation *defederation) } if (profile->http_request_method == LASSO_HTTP_METHOD_REDIRECT) { - /* build and optionaly sign the query message and build the + /* build and optionally sign the query message and build the * federation termination notification url */ url = lasso_provider_get_metadata_one(remote_provider, "FederationTerminationServiceURL"); @@ -251,7 +251,7 @@ lasso_defederation_init_notification(LassoDefederation *defederation, gchar *rem * request object from the message and optionally verifies its signature. * * Set the msg_nameIdentifier attribute with the NameIdentifier content of the - * notification object and optionaly set the msg_relayState attribute with the + * notification object and optionally set the msg_relayState attribute with the * RelayState content of the notification object. * * Return value: 0 on success; or a negative value otherwise. diff --git a/lasso/id-ff/logout.c b/lasso/id-ff/logout.c index 104f415a..8a8fe201 100644 --- a/lasso/id-ff/logout.c +++ b/lasso/id-ff/logout.c @@ -98,7 +98,7 @@ lasso_logout_build_request_msg(LassoLogout *logout) } if (logout->initial_http_request_method == LASSO_HTTP_METHOD_REDIRECT) { - /* build and optionaly sign the logout request QUERY message */ + /* build and optionally sign the logout request QUERY message */ url = lasso_provider_get_metadata_one(remote_provider, "SingleLogoutServiceURL"); if (url == NULL) { @@ -524,7 +524,7 @@ lasso_logout_process_response_msg(LassoLogout *logout, gchar *response_msg) logout->initial_http_request_method == LASSO_HTTP_METHOD_SOAP) { gchar *url, *query; - /* Build and optionaly sign the logout request QUERY message */ + /* Build and optionally sign the logout request QUERY message */ url = lasso_provider_get_metadata_one(remote_provider, "SingleLogoutServiceURL"); if (url == NULL) { diff --git a/lasso/id-ff/name_registration.c b/lasso/id-ff/name_registration.c index 35cc47bf..75dc3920 100644 --- a/lasso/id-ff/name_registration.c +++ b/lasso/id-ff/name_registration.c @@ -41,12 +41,12 @@ * <itemizedlist> * <listitem><para> * if it is a SOAP method, then it builds the register name identifier - * request SOAP message, optionaly signs his node, set the msg_body + * request SOAP message, optionally signs his node, set the msg_body * attribute, gets the SoapEndpoint url and set the msg_url attribute. * </para></listitem> * <listitem><para> * if it is a HTTP-Redirect method, then it builds the register name - * identifier request QUERY message (optionaly signs the request message), + * identifier request QUERY message (optionally signs the request message), * builds the request url with register name identifier url with register * name identifier service url, set the msg_url attribute of the register * name identifier object, set the msg_body to NULL. @@ -83,7 +83,7 @@ lasso_name_registration_build_request_msg(LassoNameRegistration *name_registrati } if (profile->http_request_method == LASSO_HTTP_METHOD_REDIRECT) { - /* build and optionaly sign the query message and build the + /* build and optionally sign the query message and build the * register name identifier request url */ url = lasso_provider_get_metadata_one(remote_provider, "RegisterNameIdentifierServiceURL"); |
