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 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"; 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