From 40df1bb63640746344fb2733843436b1a07e0ce5 Mon Sep 17 00:00:00 2001 From: Danilo Piparo Date: Thu, 25 Jun 2026 16:56:34 +0200 Subject: [PATCH 1/3] [cmake] Spell builtin_zlib correctly --- builtins/ftgl/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtins/ftgl/CMakeLists.txt b/builtins/ftgl/CMakeLists.txt index 215b8549db739..a3eda057f3e0f 100644 --- a/builtins/ftgl/CMakeLists.txt +++ b/builtins/ftgl/CMakeLists.txt @@ -93,7 +93,7 @@ target_compile_definitions(FTGL::FTGL INTERFACE FTGL_LIBRARY_STATIC) # needed fo if(builtin_freetype) add_dependencies(BUILTIN_FTGL BUILTIN_FREETYPE) endif() -if(builin_zlib) +if(builtin_zlib) add_dependencies(BUILTIN_FTGL BUILTIN_ZLIB) endif() target_link_libraries(FTGL::FTGL INTERFACE Freetype::Freetype) # private: OpenGL::GL OpenGL::GLU ZLIB::ZLIB From 28125454c886674c418521362caba2be2ad9f0b5 Mon Sep 17 00:00:00 2001 From: Danilo Piparo Date: Thu, 25 Jun 2026 16:58:23 +0200 Subject: [PATCH 2/3] [tut] Spell correctly tutorial file name for the veto --- tutorials/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/CMakeLists.txt b/tutorials/CMakeLists.txt index 5a57ff0ea68fe..74e4b713e102c 100644 --- a/tutorials/CMakeLists.txt +++ b/tutorials/CMakeLists.txt @@ -249,7 +249,7 @@ if(NOT mathmore) math/mathmoreIntegration.C math/pdf/pdf007_multivarGaus.C math/pdf/pdf012_tStudent.C - math/pdf/pdf001_Nornal.C + math/pdf/pdf001_Normal.C roofit/roostats/TestNonCentral.C roofit/roostats/TestNonCentral.py math/Legendre.py From a0dadb8c0e6207c1f46f96725288bf807cf7ed4f Mon Sep 17 00:00:00 2001 From: Danilo Piparo Date: Thu, 25 Jun 2026 17:01:33 +0200 Subject: [PATCH 3/3] [nfc] Typo in comment --- tree/ntuple/src/RMiniFile.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tree/ntuple/src/RMiniFile.cxx b/tree/ntuple/src/RMiniFile.cxx index a87bf00442a7d..6312f11aa3956 100644 --- a/tree/ntuple/src/RMiniFile.cxx +++ b/tree/ntuple/src/RMiniFile.cxx @@ -594,7 +594,7 @@ struct RBareFileHeader { }; #pragma pack(pop) -/// The artifical class name shown for opaque RNTuple keys (see TBasket) +/// The artificial class name shown for opaque RNTuple keys (see TBasket) constexpr char const *kBlobClassName = "RBlob"; /// The class name of the RNTuple anchor constexpr char const *kNTupleClassName = "ROOT::RNTuple";