toolkit/source/awt/vclxtoolkit.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 9c289cfde6891eebac46270774ac5c16af093622
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Sep 17 16:10:17 2021 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sat Sep 18 10:12:07 2021 +0200

    Fix typo
    
    Change-Id: I7ea6c37c264a90ec6dffa62aceebae9d353f7b46
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122265
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/toolkit/source/awt/vclxtoolkit.cxx 
b/toolkit/source/awt/vclxtoolkit.cxx
index f617c9bf8dee..6914d7125c9b 100644
--- a/toolkit/source/awt/vclxtoolkit.cxx
+++ b/toolkit/source/awt/vclxtoolkit.cxx
@@ -1701,7 +1701,7 @@ vcl::Window* VCLXToolkit::ImplCreateWindow( 
rtl::Reference<VCLXWindow>* ppNewCom
                                 css::uno::Any anyHandle = 
xSystemDepParent->getWindowHandle(processIdSeq, SYSTEM_DEPENDENT_TYPE);
 
                                 // use sal_Int64 here to accommodate all int 
types
-                                // uno::Any shift operator whill upcast if 
necessary
+                                // uno::Any shift operator will upcast if 
necessary
                                 sal_Int64 nWindowHandle = 0;
                                 bool bXEmbed = false;
 
@@ -1984,7 +1984,7 @@ css::uno::Reference< css::awt::XWindowPeer > 
VCLXToolkit::createSystemChild( con
     if ( nSystemType == SYSTEM_DEPENDENT_TYPE )
     {
         // use sal_Int64 here to accommodate all int types
-        // uno::Any shift operator whill upcast if necessary
+        // uno::Any shift operator will upcast if necessary
         sal_Int64 nWindowHandle = 0;
         bool bXEmbed = false;
 

Reply via email to