svx/source/unodraw/unoshape.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2e6c853b8ecf42f829ec039336bdd7b8574ace2c
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Apr 3 12:32:59 2024 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Apr 3 14:26:51 2024 +0200

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

diff --git a/svx/source/unodraw/unoshape.cxx b/svx/source/unodraw/unoshape.cxx
index 0d5be8555330..95d6ba37304c 100644
--- a/svx/source/unodraw/unoshape.cxx
+++ b/svx/source/unodraw/unoshape.cxx
@@ -1681,7 +1681,7 @@ void SAL_CALL SvxShape::setPropertyValues( const 
css::uno::Sequence< OUString >&
             }
             catch (beans::UnknownPropertyException&)
             {
-                // ignore, various code likes to opportunisticly set 
properties on objects that don't support those properties
+                // ignore, various code likes to opportunistically set 
properties on objects that don't support those properties
             }
             catch (uno::Exception&)
             {

Reply via email to