vcl/CppunitTest_vcl_unx_generic.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fc08b4aa00e4157e10923bfbc1f4744f0acf5580
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu Jul 18 19:25:58 2024 +0200
Commit:     Andrea Gelmini <andrea.gelm...@gelma.net>
CommitDate: Fri Jul 19 10:10:46 2024 +0200

    Fix typo
    
    Change-Id: I8df5045c61bd792a2be0eaae2b1fcdc0bae134d8
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170703
    Tested-by: Jenkins
    Reviewed-by: Andrea Gelmini <andrea.gelm...@gelma.net>

diff --git a/vcl/CppunitTest_vcl_unx_generic.mk 
b/vcl/CppunitTest_vcl_unx_generic.mk
index 231be2aec7ec..4f97d5339b45 100644
--- a/vcl/CppunitTest_vcl_unx_generic.mk
+++ b/vcl/CppunitTest_vcl_unx_generic.mk
@@ -51,7 +51,7 @@ $(eval $(call 
gb_CppunitTest_use_custom_headers,vcl_unx_generic,\
 
 $(eval $(call gb_CppunitTest_use_configuration,vcl_unx_generic))
 
-# Note that this is intentionally 'deny' and not 'abort', so we allow font 
fallback (we want to to
+# Note that this is intentionally 'deny' and not 'abort', so we allow font 
fallback (we want to
 # test that code), but we want predictable results, so not considering system 
fonts.
 $(eval $(call 
gb_CppunitTest_set_non_application_font_use,vcl_unx_generic,deny))
 

Reply via email to