Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion builtins/ftgl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tree/ntuple/src/RMiniFile.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion tutorials/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading