vcl/osx/salnativewidgets.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 500e79807d724efe8c68db0ee23b71415e219ed8
Author:     Andrea Gelmini <[email protected]>
AuthorDate: Tue Nov 26 11:22:45 2024 +0100
Commit:     Julien Nabet <[email protected]>
CommitDate: Tue Nov 26 18:59:09 2024 +0100

    Fix typo
    
    Change-Id: Ia1395f64bdc649f8e0f450b9173d302efa058c9a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177326
    Reviewed-by: Julien Nabet <[email protected]>
    Tested-by: Jenkins

diff --git a/vcl/osx/salnativewidgets.cxx b/vcl/osx/salnativewidgets.cxx
index 88bccb7a6985..113049b8eeda 100644
--- a/vcl/osx/salnativewidgets.cxx
+++ b/vcl/osx/salnativewidgets.cxx
@@ -403,7 +403,7 @@ static void drawBox(CGContextRef context, const NSRect& rc, 
NSColor* pColor)
 
     // Related tdf#163945: Set fill color to NSColorTypeComponentBased color 
type
     // Many system colors have the NSColorTypeCatalog color type. For
-    // some unkown reason, setting the NSBox's fill color to a color set
+    // some unknown reason, setting the NSBox's fill color to a color set
     // to NSColorTypeCatalog causes drawing to take at least twice as long
     // as when the fill color is set to NSColorTypeComponentBased. So,
     // only draw with a fill color set to NSColorTypeComponentBased.

Reply via email to