diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-07-21 18:50:16 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-07-21 22:20:53 +0200 |
commit | 91bad611355905a637e72602d6590c12547fc1a3 (patch) | |
tree | 5a137cdf2a6897cbad5be73b6af5517050f50dcc /offapi | |
parent | 6b7f12f6108f136d60bd77e3787ef6a2632038cd (diff) |
Fix typos
Change-Id: Ifc804e33afa160943d7b5634f8ccf4e3af4d26e5
Reviewed-on: https://gerrit.libreoffice.org/57806
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/security/CertAltNameEntry.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/security/CertAltNameEntry.idl b/offapi/com/sun/star/security/CertAltNameEntry.idl index bd6e26ab5426..90252eea48d4 100644 --- a/offapi/com/sun/star/security/CertAltNameEntry.idl +++ b/offapi/com/sun/star/security/CertAltNameEntry.idl @@ -33,7 +33,7 @@ struct CertAltNameEntry { /** - * defines the type of the value . With this information you can determine how to interprete the Any value. + * defines the type of the value. With this information you can determine how to interpret the Any value. * @see com::sun::star::security::ExtAltNameType */ com::sun::star::security::ExtAltNameType Type; |