From 624840542bb3943393c3a616254899789bb044b4 Mon Sep 17 00:00:00 2001 From: Aurimas FiĊĦeras Date: Tue, 12 Oct 2010 20:00:57 +0300 Subject: Fix some typos in documentation --- offapi/com/sun/star/auth/SSOManagerFactory.idl | 6 +++--- offapi/com/sun/star/auth/XSSOAcceptorContext.idl | 2 +- offapi/com/sun/star/auth/XSSOInitiatorContext.idl | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'offapi/com/sun/star/auth') diff --git a/offapi/com/sun/star/auth/SSOManagerFactory.idl b/offapi/com/sun/star/auth/SSOManagerFactory.idl index f550adca68da..1c6501c0f8f6 100644 --- a/offapi/com/sun/star/auth/SSOManagerFactory.idl +++ b/offapi/com/sun/star/auth/SSOManagerFactory.idl @@ -35,13 +35,13 @@ module com { module sun { module star { module auth { /** represents a starting point for Single Signon interactions. -

The Single Signon ( SSO ) apis provide UNO based access to underlying - SSO implementations ( e.g. Kerberos ). The aim of the SSO apis is to +

The Single Signon ( SSO ) APIs provide UNO based access to underlying + SSO implementations ( e.g. Kerberos ). The aim of the SSO APIs is to enable authentication ( possibly mutual ) between a client ( source or initiator ) and a network service ( target or acceptor ). This is achieved via. the creation and processing of security tokens sent between the two parties. The steps which should be followed to - successfully use the SSO apis are as follows: + successfully use the SSO APIs are as follows: