summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/auth/XSSOInitiatorContext.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/auth/XSSOInitiatorContext.idl')
-rw-r--r--offapi/com/sun/star/auth/XSSOInitiatorContext.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/auth/XSSOInitiatorContext.idl b/offapi/com/sun/star/auth/XSSOInitiatorContext.idl
index 3c40b045d224..27b7cf672a92 100644
--- a/offapi/com/sun/star/auth/XSSOInitiatorContext.idl
+++ b/offapi/com/sun/star/auth/XSSOInitiatorContext.idl
@@ -39,14 +39,14 @@
module com { module sun { module star { module auth {
/** represents an initiator side security context.
- <P>This context may be used to initialise authetication tokens to send to
+ <P>This context may be used to initialize authentication tokens to send to
an acceptor and to authenticate any token sent back in response.
@since OOo 1.1.2
*/
published interface XSSOInitiatorContext : ::com::sun::star::auth::XSSOContext
{
- /** initialises an SSO Token to send to the acceptor side and
+ /** initializes an SSO Token to send to the acceptor side and
authenticates an SSO Token returned by the acceptor if the
context supports mutual authentication.
<P>