diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-08-20 12:50:00 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-08-21 18:18:36 +0200 |
commit | a33a8f221626bb833cae5c916f096c12a4226f77 (patch) | |
tree | 9579ddcae3b8aac26bfb749f55ba434ec8fb0964 /offapi | |
parent | d0d87244eefc19e6ea6762a029b6ced036faec90 (diff) |
Fix typos
Change-Id: I8dc0cdcfe6bd90efc596df28e6c6d968b92618b5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101098
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/chart2/Symbol.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/deployment/XPackageRegistry.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/security/ExtAltNameType.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/xml/sax/InputSource.idl | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/chart2/Symbol.idl b/offapi/com/sun/star/chart2/Symbol.idl index 1149cb3a3a5f..6187a9b420b4 100644 --- a/offapi/com/sun/star/chart2/Symbol.idl +++ b/offapi/com/sun/star/chart2/Symbol.idl @@ -42,7 +42,7 @@ struct Symbol com::sun::star::drawing::PolyPolygonBezierCoords PolygonCoords; /** Use the nth standard symbol, if #Style is set - to SymbolStlye::STANDARD. + to SymbolStyle::STANDARD. <p>If n is the number of standard symbols available in an implementation, the symbol number is diff --git a/offapi/com/sun/star/deployment/XPackageRegistry.idl b/offapi/com/sun/star/deployment/XPackageRegistry.idl index 2251762b70d8..8773d771e03b 100644 --- a/offapi/com/sun/star/deployment/XPackageRegistry.idl +++ b/offapi/com/sun/star/deployment/XPackageRegistry.idl @@ -49,7 +49,7 @@ interface XPackageRegistry actual extension files do not exist anymore. The registration data must then be cleaned of all the remains of that extension. To do that one creates an XPackage object on behalf of that extension and - calls XPackage::revokePakage(). The parameter + calls XPackage::revokePackage(). The parameter <code>removed</code> indicates this case. The returned object may not rely on the file or folder to which refers <code>url</code>. Instead it must use previously saved data to successfully carry out the revocation diff --git a/offapi/com/sun/star/security/ExtAltNameType.idl b/offapi/com/sun/star/security/ExtAltNameType.idl index e87308273695..e308c06b0439 100644 --- a/offapi/com/sun/star/security/ExtAltNameType.idl +++ b/offapi/com/sun/star/security/ExtAltNameType.idl @@ -30,7 +30,7 @@ module com { module sun { module star { module security { enum ExtAltNameType { /** - * Cutomize name/value pair + * Customize name/value pair * The value of CertAltNameEntry contains a NamedValue. * * @see com::sun::star::security::CertAltNameEntry diff --git a/offapi/com/sun/star/xml/sax/InputSource.idl b/offapi/com/sun/star/xml/sax/InputSource.idl index 8c8a04b6707b..992a7d871f83 100644 --- a/offapi/com/sun/star/xml/sax/InputSource.idl +++ b/offapi/com/sun/star/xml/sax/InputSource.idl @@ -33,7 +33,7 @@ module com { module sun { module star { module xml { module sax { </p> <ul> <li>as the argument of XParser::parseStream()</li> - <li>as the return value of XEntityReslover::resolveEntity(). + <li>as the return value of XEntityResolver::resolveEntity(). </li> </ul> */ |