Skip to content

Commit

Permalink
Fix matching typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
kutschke committed May 29, 2024
1 parent 77563fb commit 40ae911
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/REveEventDisplay_module.cc
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@


// Using declarations for code that might or might not be in ROOT::Experimental
#if NUMERIC_ROOT_VERION>=6300400
#if NUMERIC_ROOT_VERSION>=6300400
using ROOT::RWebWindowsManager;
#else
using ROOT::Experimental::RWebWindowsManager;
Expand Down
2 changes: 1 addition & 1 deletion src/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ else:

root_v=int(major)*1000000+int(minor)*10000+int(patch)*100+int(iletter)

numeric_root_version='-DNUMERIC_ROOT_VERION='+str(root_v)
numeric_root_version='-DNUMERIC_ROOT_VERSION='+str(root_v)
# end of transformation of ROOT_VERSION

babarlibs = env['BABARLIBS']
Expand Down

0 comments on commit 40ae911

Please sign in to comment.