forms/source/component/ImageControl.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2d9d9010ae817c3b9535c52f8a6529c88a0b4bfa
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sat Aug 29 19:53:09 2020 +0200
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Sun Aug 30 13:52:47 2020 +0200

    Fix typos
    
    Change-Id: I1f8e27182352ebba878b120875eefc1aa5c7009f
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101654
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

diff --git a/forms/source/component/ImageControl.cxx 
b/forms/source/component/ImageControl.cxx
index 97928cff6fa9..b75080bae4a2 100644
--- a/forms/source/component/ImageControl.cxx
+++ b/forms/source/component/ImageControl.cxx
@@ -326,7 +326,7 @@ void OImageControlModel::describeAggregateProperties( 
Sequence< Property >& /* [
     OBoundControlModel::describeAggregateProperties( o_rAggregateProperties );
     // remove ImageURL and Graphic properties, we "override" them.
     // This is because our aggregate synchronizes those
-    // two, but we have an own sychronization mechanism.
+    // two, but we have an own synchronization mechanism.
     RemoveProperty( o_rAggregateProperties, PROPERTY_IMAGE_URL );
     RemoveProperty( o_rAggregateProperties, PROPERTY_GRAPHIC );
 }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to