This is an automated email from the ASF dual-hosted git repository.
mseidel pushed a commit to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/AOO42X by this push:
new e6813e4366 Fix spelling (#229)
e6813e4366 is described below
commit e6813e436632e4b069095f1a39239cbc17efc06e
Author: John Bampton <[email protected]>
AuthorDate: Tue Dec 10 22:26:14 2024 +1000
Fix spelling (#229)
(cherry picked from commit 54f9d3bdd74bfb5db0927c184d8c49c1daa74517)
---
main/dbaccess/source/ui/inc/dsmeta.hxx | 2 +-
main/offapi/com/sun/star/auth/XSSOInitiatorContext.idl | 2 +-
main/offapi/com/sun/star/ucb/XInteractionSupplyAuthentication2.idl | 2 +-
main/toolkit/inc/toolkit/controls/unocontrolcontainer.hxx | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/main/dbaccess/source/ui/inc/dsmeta.hxx
b/main/dbaccess/source/ui/inc/dsmeta.hxx
index 594d4b3e61..2569f5bce9 100644
--- a/main/dbaccess/source/ui/inc/dsmeta.hxx
+++ b/main/dbaccess/source/ui/inc/dsmeta.hxx
@@ -38,7 +38,7 @@ namespace dbaui
//........................................................................
//====================================================================
- //= AutheticationMode
+ //= AuthenticationMode
//====================================================================
enum AuthenticationMode
{
diff --git a/main/offapi/com/sun/star/auth/XSSOInitiatorContext.idl
b/main/offapi/com/sun/star/auth/XSSOInitiatorContext.idl
index a02f3d7257..001b3522d9 100644
--- a/main/offapi/com/sun/star/auth/XSSOInitiatorContext.idl
+++ b/main/offapi/com/sun/star/auth/XSSOInitiatorContext.idl
@@ -35,7 +35,7 @@
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 initialise authentication tokens to send
to
an acceptor and to authenticate any token sent back in response.
@since OpenOffice 1.1.2
diff --git a/main/offapi/com/sun/star/ucb/XInteractionSupplyAuthentication2.idl
b/main/offapi/com/sun/star/ucb/XInteractionSupplyAuthentication2.idl
index 7bfc43e298..f03547747e 100644
--- a/main/offapi/com/sun/star/ucb/XInteractionSupplyAuthentication2.idl
+++ b/main/offapi/com/sun/star/ucb/XInteractionSupplyAuthentication2.idl
@@ -45,7 +45,7 @@ published interface XInteractionSupplyAuthentication2 :
XInteractionSupplyAuthen
{
//-------------------------------------------------------------------------
/** Specifies if 'system credentials' can be obtained and used by the
issuer
- of the authentiction request.
+ of the authentication request.
@param Default
Returns the default behavior for system credentials handling (to be
diff --git a/main/toolkit/inc/toolkit/controls/unocontrolcontainer.hxx
b/main/toolkit/inc/toolkit/controls/unocontrolcontainer.hxx
index f8608cd3b1..e6a94e052f 100644
--- a/main/toolkit/inc/toolkit/controls/unocontrolcontainer.hxx
+++ b/main/toolkit/inc/toolkit/controls/unocontrolcontainer.hxx
@@ -121,7 +121,7 @@ private:
@param _rxControl
the control to add. Must not be <NULL/>
@param _pName
- Pointer to a name for the control. Might be <NULL/>, in this case
an auotmatic name is generated
+ Pointer to a name for the control. Might be <NULL/>, in this case
an automatic name is generated
@return
the ID of the newly added control
*/