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

New commits:
commit 9119dc8eaba96553037739650079e7def298e15b
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon Oct 31 11:13:53 2022 +0100
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Mon Oct 31 22:42:38 2022 +0100

    Fix typo
    
    Change-Id: I5090a74ff98240821555ce749316df3721da4a9b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142067
    Tested-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

diff --git a/svx/source/dialog/framelinkarray.cxx 
b/svx/source/dialog/framelinkarray.cxx
index 755b86e59f28..c096e86bb3fe 100644
--- a/svx/source/dialog/framelinkarray.cxx
+++ b/svx/source/dialog/framelinkarray.cxx
@@ -119,7 +119,7 @@ basegfx::B2DHomMatrix 
Cell::HelperCreateB2DHomMatrixFromB2DRange(
         // Snap to modulo to [0.0 .. 2PI[ to make compare easier
         const double fSnapped(::basegfx::snapToZeroRange(mfOrientation, M_PI * 
2.0));
 
-        // As a compromize, allow up to 1/2 degree
+        // As a compromise, allow up to 1/2 degree
         static const double fMinAng(M_PI/360.0);
 
         // Check if Skew makes sense or would be too huge

Reply via email to