xmloff/source/draw/ximpshap.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e8a241d1cb1abb30d6b1b76520f742f16311318b
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Jun 25 20:53:35 2024 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Jun 26 08:59:11 2024 +0200

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

diff --git a/xmloff/source/draw/ximpshap.cxx b/xmloff/source/draw/ximpshap.cxx
index 89bb474f928e..f433107d4eb9 100644
--- a/xmloff/source/draw/ximpshap.cxx
+++ b/xmloff/source/draw/ximpshap.cxx
@@ -226,7 +226,7 @@ css::uno::Reference< css::xml::sax::XFastContextHandler > 
SdXMLShapeContext::cre
             }
         }
 
-        // if we have a text cursor, lets  try to import some text
+        // if we have a text cursor, let's try to import some text
         if( mxCursor.is() )
         {
             xContext = GetImport().GetTextImport()->CreateTextChildContext(

Reply via email to