summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/AuthenticationRequest.idl
diff options
context:
space:
mode:
authorAurimas Fišeras <aurimas@gmail.com>2011-01-25 20:24:26 +0200
committerCaolán McNamara <caolanm@redhat.com>2011-01-31 10:43:16 +0000
commit406a63e9a0f1a955ff08a0d10d13352174b77193 (patch)
tree67c556e031bd22ada3bbff7dee72499f163f9e8b /offapi/com/sun/star/ucb/AuthenticationRequest.idl
parenta129a38585fe89bb95de35982432c28dd4c62b4d (diff)
Some fixes to documentation (part 5)
Fixes many spelling errors (checked with en_US spell checker). Unifies spelling of some common words. Replaces single quotes ('') with double quotes (""). Fixes several other errors.
Diffstat (limited to 'offapi/com/sun/star/ucb/AuthenticationRequest.idl')
-rw-r--r--offapi/com/sun/star/ucb/AuthenticationRequest.idl12
1 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/ucb/AuthenticationRequest.idl b/offapi/com/sun/star/ucb/AuthenticationRequest.idl
index ceda716c3d91..3a841b9f4d10 100644
--- a/offapi/com/sun/star/ucb/AuthenticationRequest.idl
+++ b/offapi/com/sun/star/ucb/AuthenticationRequest.idl
@@ -37,7 +37,7 @@
module com { module sun { module star { module ucb {
//=============================================================================
-/** An error specifing lack of correct authentication data (e.g., to log into
+/** An error specifying lack of correct authentication data (e.g., to log into
an account).
*/
published exception AuthenticationRequest: com::sun::star::task::ClassifiedInteractionRequest
@@ -49,12 +49,12 @@ published exception AuthenticationRequest: com::sun::star::task::ClassifiedInter
//-------------------------------------------------------------------------
/** Any diagnostic message about the failure to log in (if applicable; it
- will typically be an english phrase or sentence).
+ will typically be an English phrase or sentence).
*/
string Diagnostic;
//-------------------------------------------------------------------------
- /** Specifies if the authentication involves a 'realm' (as can be the case
+ /** Specifies if the authentication involves a "realm" (as can be the case
for HTTP).
*/
boolean HasRealm;
@@ -67,7 +67,7 @@ published exception AuthenticationRequest: com::sun::star::task::ClassifiedInter
string Realm;
//-------------------------------------------------------------------------
- /** Specifies if the authentication involves a 'user name' (as is almost
+ /** Specifies if the authentication involves a "user name" (as is almost
always the case).
*/
boolean HasUserName;
@@ -80,7 +80,7 @@ published exception AuthenticationRequest: com::sun::star::task::ClassifiedInter
string UserName;
//-------------------------------------------------------------------------
- /** Specifies if the authentication involves a 'password' (as is almost
+ /** Specifies if the authentication involves a "password" (as is almost
always the case).
*/
boolean HasPassword;
@@ -93,7 +93,7 @@ published exception AuthenticationRequest: com::sun::star::task::ClassifiedInter
string Password;
//-------------------------------------------------------------------------
- /** Specifies if the authentication involves an 'account' (as can be the
+ /** Specifies if the authentication involves an "account" (as can be the
case for FTP).
*/
boolean HasAccount;